DictionaryElementAdd Method (KeyValuePairString, Object) |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.DictionaryElement.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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:VelocityGraph.Frontenac.Blueprints.DictionaryElement.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]
Implements
ICollectionTAdd(T)See Also