Skip to main content

What it does

Represents an array of unique string values. For more information, see Working with collections.

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.