ChunkTreeBuilder.AddStatementChunk(String, SyntaxTreeNode) 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.
public:
void AddStatementChunk(System::String ^ code, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association);
public void AddStatementChunk (string code, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association);
member this.AddStatementChunk : string * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode -> unit
Public Sub AddStatementChunk (code As String, association As SyntaxTreeNode)
Parameters
- code
- String
- association
- SyntaxTreeNode