RecordEnumerator..::..Current Property

Gets the current record.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public string[] Current { get; }
Public ReadOnly Property Current As String()
	Get
public:
property array<String^>^ Current {
	array<String^>^ get ();
}