Add

CustomExtractorCollection.Add method

Adds an extractor to the collection.

public void Add(IFieldExtractor extractor)
Parameter Type Description
extractor IFieldExtractor The extractor to add to the collection.

See Also