Element.GetSubelements
Description:
Returns the collection of element subelements.
Returns the collection of element subelements.
Remarks:
This collection will not include the Element itself.
This collection will not include the Element itself.
public IList<Subelement> GetSubelements()
IList<Subelement>
The collection of element subelements.