IptcDictionary.Add Method (Object, Object)

Adds the specified key-value pair to the dictionary.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override sealed void Add(
	Object key,
	Object value
)

Parameters

key

Type: System.Object

The key of the element to add.
value

Type: System.Object

The value of the element to add.

Implements

IDictionary.Add(Object, Object)

See Also

Reference