Aspose.Note for .Net
CompositeNodeTChildren Property |
Gets all child nodes of this node as an enumerable collection.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public IEnumerable<T> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of T) Get
public: property IEnumerable<T>^ Children { IEnumerable<T>^ get (); }
member Children : IEnumerable<'T> with get
Property Value
Type: IEnumerableT