Aspose.Note for .Net
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

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: IEnumeratorTA IEnumerator for the CompositeNodeT.
Implements
IEnumerableTGetEnumerator