CompositeNode(T).GetEnumerator Method

Aspose.Note for .NET API

CompositeNodeTGetEnumerator Method

Returns an enumerator that iterates through child nodes of the CompositeNodeT.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 

Return Value

Type: IEnumeratorT
A IEnumerator for the CompositeNodeT.

Implements

IEnumerableTGetEnumerator
See Also