GroupCollection public class GroupCollection : ICollection, IEnumerable Documentation public int Count { get; } public Group this[int groupnum] { get; } public Group this[string groupname] { get; } public IEnumerator GetEnumerator()