| ITagSet |
| Add | Add a tag to the set. |
| GetEnumerator | |
| GetSuggested | Get all default tags for this set. |
| GetTokens | Try to get all tags in the set. |
| Has | Does this set have the specified tag? |
| HasAll | |
| HasAny | |
| Remove | Remove a tag from the set. |
| RemoveAll | Remove all tags from the set. |
| Set | Add or remove this tag, based on state |
| SetFrom | Set the tags to match this other tag set |
| Toggle | If this tag is already here, remove it, else add it. |
| TryGetAll | Try to get all tags in the set. |