Adds the specified key-value pair to the dictionary.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public override sealed void Add( Object key, Object value )
Type: System.Object
The key of the element to add.Type: System.Object
The value of the element to add.IDictionary.Add(Object, Object)