| IPortableWriterWritePortableArray Method |
Writes a an array of Portables.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void WritePortableArray(
string fieldName,
IPortable[] portables
)
Sub WritePortableArray (
fieldName As String,
portables As IPortable()
)
void WritePortableArray(
String^ fieldName,
array<IPortable^>^ portables
)
abstract WritePortableArray :
fieldName : string *
portables : IPortable[] -> unit
Parameters
- fieldName
- Type: SystemString
name of the field - portables
- Type: Hazelcast.IO.SerializationIPortable
portable array to be written
Exceptions Remarks Writes a an array of Portables.
See Also