PatternCollection.Remove Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Removes the specified pattern from the collection.
public virtual bool Remove(string pattern)Parameters
patternstring- The pattern to remove.
Returns
Exceptions
- ArgumentNullException
- Thrown when
patternisnull.
