SVGListBase-1.AppendItem

SVGListBase<T>.AppendItem method

Inserts a new item at the end of the list.

public T AppendItem(T newItem)
ParameterTypeDescription
newItemTThe item which is to be inserted. The first item is number 0.

Return Value

The inserted item.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised when the list cannot be modified.

See Also