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

Read an IDictionar<TKey, TValue>y of key/value pairs which this IPofValue represents.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual IDictionary<TKey, TValue> GetDictionary<TKey, TValue>(
	IDictionary<TKey, TValue> dict
)

Parameters

dict
Type: System.Collections.Generic..::.IDictionary<(Of <(TKey, TValue>)>)
The optional IDictionary<TKey, TValue> use to store the key/value pairs.

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:Tangosol.IO.Pof.Reflection.AbstractPofValue.GetDictionary``2(System.Collections.Generic.IDictionary{``0,``1})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Tangosol.IO.Pof.Reflection.AbstractPofValue.GetDictionary``2(System.Collections.Generic.IDictionary{``0,``1})"]

Return Value

An IDictionary<TKey, TValue> of key/value pairs.

See Also