# System.Text.RegularExpressions ``` diff namespace System.Text.RegularExpressions { - public class GroupCollection : ICollection, ICollection, IEnumerable, IEnumerable, IList, IList, IReadOnlyCollection, IReadOnlyList { + public class GroupCollection : ICollection, ICollection, IEnumerable, IEnumerable, IEnumerable>, IList, IList, IReadOnlyCollection, IReadOnlyCollection>, IReadOnlyDictionary, IReadOnlyList { + public IEnumerable Keys { get; } + public IEnumerable Values { get; } + public bool ContainsKey(string key); + IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator(); + public bool TryGetValue(string key, out Group value); } } ```