Search
CollectionBase(T).GetEnumerator Method
See Also
 





Returns an enumerator that iterates through the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IEnumerator<T> GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator(Of T)

 Return Value

An IEnumerator<T> for the collection.

 See Also