ModelItemDictionary.IDictionary.Add(Object, Object) Method

Definition

Adds an element with the provided key and value to the IDictionary object.

C#
void IDictionary.Add(object key, object value);

Parameters

key
Object

The object to use as the key of the element to add.

value
Object

The object to use as the value of the element to add.

Implements

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1