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; }
ParameterDescription
indexThe index.

Return Value

A string which represents a token in the list.

See Also