PatternCollection.GetEnumerator Method

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Returns an enumerator that iterates through the patterns in the collection.
public IEnumerator<string> GetEnumerator()

Returns

IEnumerator<string>
An enumerator that iterates through the patterns in the collection.