Click or drag to resize
DataInputReadCollection Method
Read a collection from the stream in a given collection instance.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void ReadCollection(
	IList list
)

Parameters

list
Type: System.CollectionsIList
Object which implements System::Collections::IList interface.
See Also