GroupCollectionItem Property (Int32) |
Enables access to a member of the collection by integer index.
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public Group this[
int groupnum
] { get; }
Parameters
- groupnum
- Type: SystemInt32
The zero-based index of the collection member to be retrieved.
Return Value
Type:
GroupThe member of the collection specified by groupnum.
See Also