GroupCollectionGetEnumerator Method |
Provides an enumerator that iterates through the collection.
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public IEnumerator GetEnumerator()
Return Value
Type:
IEnumerator
An enumerator that contains all System.Text.RegularExpressions.Group objects
in the System.Text.RegularExpressions.GroupCollection.
Implements
IEnumerableGetEnumeratorSee Also