What it does
Represents an array of unique string values. See more in the Working with collections section.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. |
