RhinoList(T).GetEnumerator Method

RhinoListTGetEnumerator Method

Constructs an enumerator that is capable of iterating over all items in this list.

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

Return Value

Type: IEnumeratorT
The new enumerator.

Implements

IEnumerableTGetEnumerator
See Also