DOMTokenList.Item
DOMTokenList indexer
Returns the item in the list by its index, or null if index is greater than or equal to the list’s length.
public String this[ulong index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
A String which represents a token in the list.
See Also
- class DOMTokenList
- package com.aspose.html.Collections
- package Aspose.HTML