SVGListBase-1.Clear

SVGListBase<T>.Clear method

Clears all existing current items from the list, with the result being an empty list.

public void Clear()

Exceptions

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

See Also