System.Text.RegularExpressions.CaptureCollection public class CaptureCollection : ICollection, IEnumerable Documentation public int Count { get; } public bool IsReadOnly { get; } public bool IsSynchronized { get; } public Capture this[int i] { get; } public object SyncRoot { get; } public void CopyTo(Array array, int arrayIndex) public IEnumerator GetEnumerator()