'Declaration Public ReadOnly Property Children As System.Collections.Generic.IReadOnlyList(Of Element)
public System.Collections.Generic.IReadOnlyList<Element> Children {get;}
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.
'Declaration Public ReadOnly Property Children As System.Collections.Generic.IReadOnlyList(Of Element)
public System.Collections.Generic.IReadOnlyList<Element> Children {get;}