CommonComponentTable(T).GetEnumerator Method

CommonComponentTableTGetEnumerator Method

Returns the enumerator that yields all items.

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

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:Rhino.FileIO.CommonComponentTable`1.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Windows

Supported in: 6.14
See Also