PatternCollection Constructor
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the PatternCollection class with the specified separator character.
public PatternCollection(char separator)Parameters
separatorchar- The character used to separate segments.
Exceptions
- ArgumentException
- Thrown when
separatoris the wildcard character.
