Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Instantiate a DictionaryEntry.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected virtual DictionaryEntry InstantiateEntry(
	Object key,
	Object value
)

Parameters

key
Type: System..::.Object
The key.
value
Type: System..::.Object
The value.

Return Value

An instance of DictionaryEntry.

See Also