Search
HeaderCollection.GetEnumerator Method
See Also
 






Returns an enumerator that iterates through the collection.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IEnumerator<Header> GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator(Of Header)

 Return Value

An enumerator for the collection.

 See Also