Click or drag to resize

FileCsvDocumentGetEnumerator Method

Returns an enumerator that iterates over the committed rows of the document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public IEnumerator<string[]> GetEnumerator()

Return Value

Type: IEnumeratorString

[Missing <returns> documentation for "M:Rhino.FileIO.FileCsvDocument.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also