DictionaryElementAdd Method (Object, Object) | 
 [Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.Add(System.Object,System.Object)"]
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual void Add(
	Object key,
	Object value
)
Public Overridable Sub Add ( 
	key As Object,
	value As Object
)
public:
virtual void Add(
	Object^ key, 
	Object^ value
)
abstract Add : 
        key : Object * 
        value : Object -> unit 
override Add : 
        key : Object * 
        value : Object -> unit Parameters
- key
 - Type: SystemObject
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.Add(System.Object,System.Object)"]
 - value
 - Type: SystemObject
[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.Add(System.Object,System.Object)"]
 
Implements
IDictionaryAdd(Object, Object)
See Also