IPofReaderReadDictionary Method (Int32, IDictionary) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Read an IDictionary of key/value pairs from the POF stream.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxIDictionary ReadDictionary(
int index,
IDictionary dict
)
Parameters
- index
- Type: SystemInt32
The property index to read.
- dict
- Type: System.CollectionsIDictionary
The optional IDictionary to initialize.
Return Value
Type:
IDictionary
An
IDictionary of key/value pairs object values, or
null if no dictionary is passed and there is no key/value
data in the POF stream.
Exceptions
See Also