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 given value exists in the collection.
Add (name: string)Adds a new value.
Delete (name: string)Deletes the given value.
DeleteAll ( )Deletes all values.