Click or drag to resize
DataOutputWriteCollection Method
Write a collection to the DataOutput.

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

Parameters

value
Type: System.CollectionsIList
The object which implements IList to write.
See Also