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

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

Parameters

groupnum
Type: SystemInt32
The zero-based index of the collection member to be retrieved.

Return Value

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