Click or drag to resize
GroupCollection Class
Returns the set of captured groups in a single match.
Inheritance Hierarchy
SystemObject
  System.Text.RegularExpressionsGroupCollection

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public class GroupCollection : ICollection, 
	IEnumerable

The GroupCollection type exposes the following members.

Constructors
  NameDescription
Public methodGroupCollection
Initializes a new instance of the GroupCollection class
Top
Methods
  NameDescription
Public methodCopyTo
Copies all the elements of the collection to the given array beginning at the given index.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Provides an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Returns the number of groups in the collection.
Public propertyIsSynchronized
Gets a value that indicates whether access to the GroupCollection is synchronized (thread-safe).
Public propertyItemInt32
Enables access to a member of the collection by integer index.
Public propertyItemString
Enables access to a member of the collection by string index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the GroupCollection.
Top
See Also