Adds the specified key with multiple values to the dictionary.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public override sealed void Add( Object key, Object[] values )
Type: System.Object
The key of the element to add.Type: System.Object[]
The values of the element to add.