Property this
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
this[ulong]
Gets the index
th item in the collection. If index
is greater
than or equal to the number of nodes in the list, this returns null.
public INode this[ulong index] { get; }
Parameters
index
ulonginto the collection.