IptcDictionary.Add Method (Object, Object[])

Adds the specified key with multiple values to the dictionary.

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

Syntax

C#
public override sealed void Add(
	Object key,
	Object[] values
)

Parameters

key

Type: System.Object

The key of the element to add.
values

Type: System.Object[]

The values of the element to add.

See Also

Reference