IReadOnlyPatternCollection.Contains Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the collection contains the specified namespace pattern.
bool Contains(string pattern)Parameters
patternstring- The namespace to check for.
