Method 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.
Namespace: Aspose.Html.CollectionsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic abstract Node this[
int index
] { get; }Public MustOverride ReadOnly Default Property Item (
index As Integer
) As Node
Get
public:
virtual property Node^ default[int index] {
Node^ get (int index) abstract;
}abstract Item : Node with get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
Node
Returns node.
See Also