Click or drag to resize
DataInputReadDictionary Method
Read a dictionary from the stream in a given dictionary instance.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void ReadDictionary(
	IDictionary dictionary
)

Parameters

dictionary
Type: System.CollectionsIDictionary
Object which implements System::Collections::IDictionary interface.
See Also