ITokenList
This type represents a set of space-separated tokens.
Gets an item in the list by its index.
Gets the number of contained tokens.
Adds some tokens to the underlying string.
Returns true if the underlying string contains a token, otherwise
false.
Remove some tokens from the underlying string.
Removes the specified token from string and returns false.
If token doesn't exist it's added and the function returns true.