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

pattern string
The pattern to remove.

Returns

bool
true if the pattern was removed; otherwise, false.

Exceptions

ArgumentNullException
Thrown when pattern is null.