Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Instantiate a DictionaryEntry.

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

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