Share via


BlockBuilder.Children Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of child elements of the block builder.

public System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode> Children { get; }
member this.Children : System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode>
Public ReadOnly Property Children As IList(Of SyntaxTreeNode)

Property Value

The collection of child elements of the block builder.

Applies to