IndexPair.GetEnumerator Method

IndexPairGetEnumerator Method

Gets an enumerator that goes over I and J, in this order.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerator<int> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Integer)

Return Value

Type: IEnumeratorInt32
The needed enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Windows

Supported in: 6.8
See Also