CompositeNode(T).Children Property

Aspose.Note for .NET API

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
Syntax
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
See Also