SVGListBase1.Item

SVGListBase<T> indexer

Returnerar indexposten i listan.

public T this[ulong index] { get; set; }
ParameterBeskrivning
indexIndex i listan.

Returvärde

Det lagrade objektet på indexpositionen i listan.

Fastighetsvärde

Typen av objekt som lagras i listan.

Undantag

undantagskick
DOMExceptionKodaNO_MODIFICATION_ALLOWED_ERR. Ökas när listan inte kan ändras.
DOMExceptionKodaINDEX_SIZE_ERR. Höjs om indexnumret är större än eller lika med numberOfItems.

Se även