DictionaryElementAdd Method (KeyValuePairString, Object) | 
 [Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual void Add(
	KeyValuePair<string, Object> item
)
Public Overridable Sub Add ( 
	item As KeyValuePair(Of String, Object)
)
public:
virtual void Add(
	KeyValuePair<String^, Object^> item
)
abstract Add : 
        item : KeyValuePair<string, Object> -> unit 
override Add : 
        item : KeyValuePair<string, Object> -> unit Parameters
- item
 - Type: System.Collections.GenericKeyValuePairString, Object
[Missing <param name="item"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]
 
Implements
ICollectionTAdd(T)
See Also