Remove

CustomExtractorCollection.Remove method

Removes an extractor from the collection.

public bool Remove(IFieldExtractor extractor)
Parameter Type Description
extractor IFieldExtractor The extractor to remove from the collection.

Return Value

true if extractor was successfully removed from the collection; otherwise, false. This method also returns false if extractor is not found in the original collection.

See Also