GroupCollectionItem Property (String) |
Enables access to a member of the collection by string index.
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public Group this[
string groupname
] { get; }
Parameters
- groupname
- Type: SystemString
The name of a capturing group.
Return Value
Type:
GroupThe member of the collection specified by groupname.
See Also