[]
Gets the list of current element's child elements.
Note that even if the current element has no children, accessing this property initializes the list. To simply check whether the element has any children, use HasChildren.
public IReadOnlyList<Element> Children { get; }
Public ReadOnly Property Children As IReadOnlyList(Of Element)