IndexPair.GetEnumerator Method

IndexPairGetEnumerator Method

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

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

Return Value

Type: IEnumeratorInt32
The needed enumerator.

Implements

IEnumerableTGetEnumerator
See Also