IPdxWriterWriteCharArray 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 WriteCharArray(
string fieldName,
char[] charArray
)
Function WriteCharArray (
fieldName As String,
charArray As Char()
) As IPdxWriter
IPdxWriter^ WriteCharArray(
String^ fieldName,
array<wchar_t>^ charArray
)
abstract WriteCharArray :
fieldName : string *
charArray : char[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - charArray
- Type: SystemChar
The charArray to write.
Return Value
Type:
IPdxWriter
See Also