<Code Lib>
2023 Method
Changes 0
M

Element.GetSubelements

Description:
Returns the collection of element subelements.
Remarks:
This collection will not include the Element itself.

public IList<Subelement> GetSubelements()

IList<Subelement> The collection of element subelements.

Loading…