[Serializable] |
Count | Read-only Gets the number of substrings captured by the group. |
IsReadOnly | Read-only Gets a value that indicates whether the collection is read only. |
IsSynchronized | Read-only Gets a value indicating whether access to the collection is synchronized (thread-safe). |
Item | Read-only Gets an individual member of the collection. |
SyncRoot | Read-only Gets an object that can be used to synchronize access to the collection. |
CopyTo | Copies all the elements of the collection to the given array beginning at the given index. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetEnumerator | Provides an enumerator in the same order as Item[i]. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public int Count {get;}
|
public bool IsReadOnly {get;}
|
public bool IsSynchronized {get;}
|
public Capture this[int i] {get;}
|
i
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | i is less than 0 or greater than CaptureCollection.Count. |
public object SyncRoot {get;}
|
array
arrayIndex
~CaptureCollection(); |
public IEnumerator GetEnumerator(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |