INodeList
Interface
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface INodeList
Properties
Methods
Returns the
csharp
index
th item in the collection. If
<pre><code class="lang-csharp">index</code></pre>
is greater than or equal to the number of nodes in the list, this returns
csharp
null
.