Returns a collection of Element objects that represents all the direct children of the current element.

public Element[] Children{ get; }
Public ReadOnly Property Children() As Element()
          Element[] eArray = e.Children;
        
          Dim eArray As Element() = e.Children