Partager via


ChunkTreeBuilder.StartParentChunk Méthode

Définition

Surcharges

StartParentChunk<T>(SyntaxTreeNode)
StartParentChunk<T>(SyntaxTreeNode, Boolean)
StartParentChunk<T>(T, SyntaxTreeNode, Boolean)

StartParentChunk<T>(SyntaxTreeNode)

public:
generic <typename T>
 where T : Microsoft::AspNetCore::Razor::Chunks::ParentChunkgcnew() T StartParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association);
public T StartParentChunk<T> (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association) where T : Microsoft.AspNetCore.Razor.Chunks.ParentChunk, new();
member this.StartParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode -> 'T (requires 'T :> Microsoft.AspNetCore.Razor.Chunks.ParentChunk and 'T : (new : unit -> 'T))
Public Function StartParentChunk(Of T As {ParentChunkNew}) (association As SyntaxTreeNode) As T

Paramètres de type

T

Paramètres

association
SyntaxTreeNode

Retours

T

S’applique à

StartParentChunk<T>(SyntaxTreeNode, Boolean)

public:
generic <typename T>
 where T : Microsoft::AspNetCore::Razor::Chunks::ParentChunkgcnew() T StartParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association, bool topLevel);
public T StartParentChunk<T> (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association, bool topLevel) where T : Microsoft.AspNetCore.Razor.Chunks.ParentChunk, new();
member this.StartParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode * bool -> 'T (requires 'T :> Microsoft.AspNetCore.Razor.Chunks.ParentChunk and 'T : (new : unit -> 'T))
Public Function StartParentChunk(Of T As {ParentChunkNew}) (association As SyntaxTreeNode, topLevel As Boolean) As T

Paramètres de type

T

Paramètres

association
SyntaxTreeNode
topLevel
Boolean

Retours

T

S’applique à

StartParentChunk<T>(T, SyntaxTreeNode, Boolean)

public:
generic <typename T>
 where T : Microsoft::AspNetCore::Razor::Chunks::ParentChunk T StartParentChunk(T parentChunk, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association, bool topLevel);
public T StartParentChunk<T> (T parentChunk, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association, bool topLevel) where T : Microsoft.AspNetCore.Razor.Chunks.ParentChunk;
member this.StartParentChunk : 'T * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode * bool -> 'T (requires 'T :> Microsoft.AspNetCore.Razor.Chunks.ParentChunk)
Public Function StartParentChunk(Of T As ParentChunk) (parentChunk As T, association As SyntaxTreeNode, topLevel As Boolean) As T

Paramètres de type

T

Paramètres

parentChunk
T
association
SyntaxTreeNode
topLevel
Boolean

Retours

T

S’applique à