UserConfigurationDictionary.Add(Object, Object) Method

Definition

Adds an entry with the provided key and value to the user configuration dictionary.

public:
 void Add(System::Object ^ key, System::Object ^ value);
public void Add (object key, object value);
Public Sub Add (key As Object, value As Object)

Parameters

key
Object

The object to use as the key of the entry.

value
Object

The object to use as the value of the entry.

Applies to