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
- namespace Aspose.Html.Collections
- assembly Aspose.HTML