CultureAwareDynamicObject..::..Add Method (String, Nullable<(Of <(<'Object>)>)>)

Adds an element with the provided key and value to the [IDictionary{String, Object}].

Namespace:  Tortuga.Anchor.Dynamic
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void Add(
	string key,
	Nullable<Object> value
)
Public Sub Add ( _
	key As String, _
	value As Nullable(Of Object) _
)

Parameters

key
Type: String
The object to use as the key of the element to add.
value
Type: Nullable<(Of <(<'Object>)>)>
The object to use as the value of the element to add.