C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Text.RegularExpressions
MatchCollection Class
MatchCollection Methods
CopyTo Method
GetEnumerator Method
MatchCollection
GetEnumerator 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#
Copy
public
IEnumerator
GetEnumerator
()
Return Value
Type:
IEnumerator
An object that contains all
Match
objects within the
MatchCollection
.
Implements
IEnumerable
GetEnumerator
See Also
Reference
MatchCollection Class
System.Text.RegularExpressions Namespace