Easy Tutorial
❮ Met Skipline Coll Staticobjects App ❯

ASP Add Method



The Add method adds a new key/item pair to the Dictionary object.

Note: If the key already exists, an error will occur.

Syntax

Parameter Description
key Required. The key value associated with the item.
item Required. The item value associated with the key.

Example


❮ Met Skipline Coll Staticobjects App ❯