AngleSharp.DOM.Collections
Namespace with 11 public types
Classes
CSSStyleDeclaration
Represents a single CSS declaration block.
DOMStringMap
Represents a list of DOMTokens.
DOMTokenList
Represents a list of DOMTokens.
HTMLCollection
A collection of HTML nodes.
HTMLFormControlsCollection
A collection of HTML form controls.
MediaList
Represents a list of media elements.
NamedNodeMap
Represents a named collection of nodes.
NodeList
Represents a list of Node instances or nodes.
StringList
Represents a string list.
StyleSheetList
A collection of CSS elements.
Abstract Classes
BaseCollection`1