CsvReaderTResultGetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public IEnumerator<TResult> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TResult)
public:
virtual IEnumerator<TResult>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'TResult>
override GetEnumerator : unit -> IEnumerator<'TResult>
IEnumeratorTResultAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator