Adds the specified key and value to the context.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void Add(
	Guid key,
	Object value
)
Visual Basic
Public Sub Add ( _
	key As Guid, _
	value As Object _
)
Visual C++
public:
void Add(
	Guid key, 
	Object^ value
)

Parameters

key
Type: System..::..Guid
The key of the element to add.
value
Type: System..::..Object
The value of the element to add.

See Also