Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
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: 12.1.3.0 (12.1.3.0)

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.

Implements

IPofValue..::..GetDictionary<(Of <<'(TKey, TValue>)>>)(IDictionary<(Of <<'(TKey, TValue>)>>))

See Also