IPdxWriterWriteIntArray Method |
Write an collection to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteIntArray(
string fieldName,
int[] intArray
)
Function WriteIntArray (
fieldName As String,
intArray As Integer()
) As IPdxWriter
IPdxWriter^ WriteIntArray(
String^ fieldName,
array<int>^ intArray
)
abstract WriteIntArray :
fieldName : string *
intArray : int[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - intArray
- Type: SystemInt32
The intArray to write.
Return Value
Type:
IPdxWriter
See Also