Skip to main content

What it does

Represents an array of unique string values. See more in the Working with collections section.

Methods

DefinitionDescription
Has (name: string) : boolChecks 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.