Description

Returns an object that can be used to store a collection of strings indexed by a key, this collection is not ordered and as such it is best to access items via there key.

Methods

Name

Description

Add

Adds a new item to the collection

Remove

Removes an item from the collection

Contains

Returns a boolean indicating if a particular key already exists

ToJSON

Converts the collection to a JSON string

FromJSON

Populates the collection from a JSON string

Properties

Name

Description

Keys

Returns all keys in the collection

Items

Returns all Items in the collection

Item

Returns the Item specified by a particular Key