Table of Contents

Property this

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

this[ulong]

Gets the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

INode this[ulong index] { get; }

Parameters

index ulong

into the collection.

Property Value

INode

The node at the indexth position in the INodeList, or null if that is not a valid index.