ChunkTreeBuilder.StartParentChunk Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Type Parameters
- T
Parameters
- association
- SyntaxTreeNode
Returns
T
Applies to
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
Type Parameters
- T
Parameters
- association
- SyntaxTreeNode
- topLevel
- Boolean
Returns
T
Applies to
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
Type Parameters
- T
Parameters
- parentChunk
- T
- association
- SyntaxTreeNode
- topLevel
- Boolean
Returns
T