DataOutputWriteIntArray Method |
Write a int array to the DataOutput.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteIntArray(
int[] value
)
Public Sub WriteIntArray (
value As Integer()
)
public:
void WriteIntArray(
array<int>^ value
)
member WriteIntArray :
value : int[] -> unit
Parameters
- value
- Type: SystemInt32
The int array to write.
See Also