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