DOMTokenList.Remove

DOMTokenList.Remove method

Removes the specified token(s) from the list.

public void Remove(params string[] tokens)
ParameterTypeDescription
tokensString[]Represents the token(s) you want to remove from the list.

See Also