AbstractPofValueGetDictionaryTKey, TValue Method (IDictionaryTKey, TValue) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-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: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual IDictionary<TKey, TValue> GetDictionary<TKey, TValue>(
IDictionary<TKey, TValue> dict
)
Parameters
- dict
- Type: System.Collections.GenericIDictionaryTKey, TValue
The optional IDictionary<TKey, TValue> use to store
the key/value pairs.
Type Parameters
- TKey
-
The key type of the IDictionary<TKey, TValue>.
- TValue
-
The value type of the IDictionary<TKey, TValue>.
Return Value
Type:
IDictionaryTKey,
TValue
An
IDictionary<TKey, TValue> of key/value pairs.
Implements
IPofValueGetDictionaryTKey, TValue(IDictionaryTKey, TValue)
See Also