GroupCollection Class
Namespace: System.Text.RegularExpressions · Assembly: GHIElectronics.TinyCLR.RegularExpressions
No description available.
public class GroupCollection : ICollection, IEnumerable
Properties
Count
public int Count { get; }
Gets the number of elements contained in the array. (inherited)
IsReadOnly
public bool IsReadOnly { get; }
Gets a value that indicates whether the collection is read only. (inherited)
IsSynchronized
public bool IsSynchronized { get; }
Gets a value indicating whether access to the collection is synchronized (thread-safe). (inherited)
groupnum]
public Group this[int groupnum] { get; }
No description available.
groupname]
public Group this[string groupname] { get; }
No description available.
SyncRoot
public object SyncRoot { get; }
Gets an object that can be used to synchronize access to the collection. (inherited)
Methods
CopyTo(Array array, int arrayIndex)
public void CopyTo(Array array, int arrayIndex)
Strongly typed version of CopyTo Copies the collection into the Array. (inherited)
| Parameter | Type | Description |
|---|---|---|
array | Array | |
arrayIndex | int |
GetEnumerator()
public IEnumerator GetEnumerator()
No description available.
Returns IEnumerator