HtmlCollection<T>
sealed class HtmlCollection<T> : IHtmlCollection, IEnumerable<IElement>, IEnumerable where T : IElement
A specialized collection containing elements of type T.
Creates a new list of elements.
Creates a new live collection for the given parent.