Block.Children Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a collection of SyntaxTreeNode to view the children of the block.

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

Property Value

A collection of SyntaxTreeNode to view the children of the block.

Applies to