'Declaration Public ReadOnly Property HasChildren As System.Boolean
public System.bool HasChildren {get;}
Note that even if the current element has no children, accessing Children will initialize it, so using this property is recommended when checking whether an element has any children.
'Declaration Public ReadOnly Property HasChildren As System.Boolean
public System.bool HasChildren {get;}