Click or drag to resize
GroupCollectionItem Property (String)
Enables access to a member of the collection by string index.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public Group this[
	string groupname
] { get; }

Parameters

groupname
Type: SystemString
The name of a capturing group.

Return Value

Type: Group
The member of the collection specified by groupname.
See Also