SVGListBase-1.GetItem

SVGListBase<T>.GetItem method

Returns the specified item from the list.

public T GetItem(ulong index)
ParameterTypeDescription
indexUInt64The index of the item from the list which is to be returned. The first item is number 0.

Return Value

The selected item.

Exceptions

exceptioncondition
DOMExceptionCode INDEX_SIZE_ERR. Raised if the index number is greater than or equal to numberOfItems.

See Also