Click or drag to resize
GroupCollectionGetEnumerator 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 enumerator that contains all System.Text.RegularExpressions.Group objects in the System.Text.RegularExpressions.GroupCollection.

Implements

IEnumerableGetEnumerator
See Also