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

pattern string
The namespace to check for.

Returns

bool
true if the collection contains a pattern that matches the namespace; otherwise, false.