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

separator char
The character used to separate segments.

Exceptions

ArgumentException
Thrown when separator is the wildcard character.