Class NodeListAdapter
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
Summary description for NodeListAdapter.
public class NodeListAdapter : INodeList
- Inheritance
-
NodeListAdapter
- Implements
- Inherited Members
Constructors
Properties
- Count
Gets the number of nodes in the list. The range of valid child node indices is
0
toCount-1
inclusive.
- this[ulong]
Gets the
index
th item in the collection. Ifindex
is greater than or equal to the number of nodes in the list, this returns null.