What it does
Represents an array of unique string values. For more information, see Working with collections.Methods
| Definition | Description |
|---|---|
Has (name: string) : bool | Checks whether the specified value exists. |
Add (name: string) | Adds a new value. |
Delete (name: string) | Deletes a value with the specified name. |
DeleteAll ( ) | Deletes all values. |
