ChunkTreeBuilder Class
In this article
Definition
Constructors
Properties
Methods
Applies to
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.
public ref class ChunkTreeBuilder
public class ChunkTreeBuilder
type ChunkTreeBuilder = class
Public Class ChunkTreeBuilder
Inheritance
Expand table
Expand table
Expand table
AddAddTagHelperChunk(String, SyntaxTreeNode)
AddChunk(Chunk, SyntaxTreeNode, Boolean)
AddExpressionChunk(String, SyntaxTreeNode)
AddLiteralChunk(String, SyntaxTreeNode)
AddLiteralCodeAttributeChunk(String, SyntaxTreeNode)
AddRemoveTagHelperChunk(String, SyntaxTreeNode)
AddSetBaseTypeChunk(String, SyntaxTreeNode)
AddStatementChunk(String, SyntaxTreeNode)
AddTagHelperPrefixDirectiveChunk(String, SyntaxTreeNode)
AddTypeMemberChunk(String, SyntaxTreeNode)
AddUsingChunk(String, SyntaxTreeNode)
EndParentChunk()
StartParentChunk<T>(SyntaxTreeNode, Boolean)
StartParentChunk<T>(SyntaxTreeNode)
StartParentChunk<T>(T, SyntaxTreeNode, Boolean)