RhinoListTGetEnumerator Method |
Constructs an enumerator that is capable of iterating over all items in this list.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
Type:
IEnumeratorTThe new enumerator.
Implements
IEnumerableTGetEnumerator
See Also