GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace
CsvHelper.Configuration
Containing Type
MemberMapCollection

Syntax

public virtual IEnumerator<MemberMap> GetEnumerator()

Return Value

Type Description
IEnumerator<MemberMap> A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.