class GroupCollection

in global :: System . Text . RegularExpressions

Returns the set of captured groups in a single match.


public void CopyTo( Array array, int arrayIndex )

Copies all the elements of the collection to the given array beginning at the given index.

  • array The array the collection is to be copied into.
  • arrayIndex The position in the destination array where the copying is to begin.

public void CopyTo( Group[] array, int arrayIndex )

Copies the elements of the group collection to a array, starting at a particular array index.

  • array The one-dimensional array that is the destination of the elements copied from the group collection. The array must have zero-based indexing.
  • arrayIndex The zero-based index in at which copying begins.

public int Count { get; }

Returns the number of groups in the collection.

  • Returns The number of groups in the collection.

public bool IsReadOnly { get; }

Gets a value that indicates whether the collection is read-only.

  • Returns in all cases.

public bool IsSynchronized { get; }

Gets a value that indicates whether access to the is synchronized (thread-safe).

  • Returns in all cases.

public object SyncRoot { get; }

Gets an object that can be used to synchronize access to the .

  • Returns A copy of the object to synchronize.

public IEnumerator GetEnumerator( )

😔 No documentation found.

public Group Item { get; }

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public bool TryGetValue( string key, ref Group value )

😔 No documentation found.

public bool ContainsKey( string key )

😔 No documentation found.

public IEnumerable<string> Keys { get; }

😔 No documentation found.

public IEnumerable<Group> Values { get; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Group Item { get; }

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.