Click or drag to resize
MatchCollectionGetEnumerator Method
Provides an enumerator that iterates through the collection.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An object that contains all Match objects within the MatchCollection.

Implements

IEnumerableGetEnumerator
See Also