GetEnumerator

CustomExtractorCollection.GetEnumerator method

Returns an enumerator for this collection.

public IEnumerator<IFieldExtractor> GetEnumerator()

Return Value

An IEnumerator object that can be used to iterate through the collection.

See Also