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