DOMTokenList.Add

DOMTokenList.Add method

Adds the specified token(s) to the list.

public void Add(params string[] tokens)
ParameterTypeDescription
tokensString[]Representing the token (or tokens) to add to the tokenList.

See Also