Interface
INodeList

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface INodeList

Properties

Length

The number of nodes in the list. The range of valid child node indices is 0 to

length-1
inclusive.

Declaration

cs-api-definition
int Length { get; }

Property Value

int

Methods

Item(int)

Returns 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
.

Declaration

cs-api-definition
INode Item(int index)

Parameters

index

int

Returns

INode

The node at the

index
th position in the
NodeList
, or
null
if that is not a valid index.

In this article
DefinitionPropertiesLengthMethodsItem(int)
Not finding the help you need?
Contact Support