CsvReaderTResultIEnumeratorTResultCurrent Property

Gets the element in the collection at the current position of the enumerator.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
TResult IEnumerator<TResult>.Current { get; }

Return Value

TResult
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorTCurrent

See Also