InterfaceINodeList
Interface
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface INodeList
Properties
Methods
Item(int)
Returns the
indexth item in the collection. If
index is greater than or equal to the number of nodes in
the list, this returns null.