CsvReaderTResultIEnumeratorTResultCurrent Property
Gets the element in the collection at the current position of the enumerator.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
TResult IEnumerator<TResult>.Current { get; }
Private ReadOnly Property Current As TResult
Implements IEnumerator(Of TResult).Current
Get
private:
virtual property TResult Current {
TResult get () sealed = IEnumerator<TResult>::Current::get;
}
private abstract Current : 'TResult with get
private override Current : 'TResult with get
TResultThe element in the collection at the current position of the enumerator.
IEnumeratorTCurrent