BaseCollection<T> public abstract class BaseCollection<T> : DOMCollection, IEnumerable<T>, IEnumerable where T : Node Documentation Code protected List<T> _entries public T this[int index] { get; set; } public int Length { get; } public BaseCollection() public IEnumerator<T> GetEnumerator()