ChunkTreeBuilder.StartParentChunk Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Typparameter
- T
Parameter
- association
- SyntaxTreeNode
Gibt zurück
T
Gilt für:
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
Typparameter
- T
Parameter
- association
- SyntaxTreeNode
- topLevel
- Boolean
Gibt zurück
T
Gilt für:
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
Typparameter
- T
Parameter
- parentChunk
- T
- association
- SyntaxTreeNode
- topLevel
- Boolean
Gibt zurück
T