HTMLLiveCollection<T> sealed class HTMLLiveCollection<T> : HTMLCollection where T : Element Documentation Code public IEnumerable<T> Elements { get; } public bool IsDeep { get; set; } public HTMLLiveCollection(Node parent, bool deep = true) public T GetElementAt(int index)