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[uint 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