| IPortableReaderReadPortableArray Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax IPortable[] ReadPortableArray(
string fieldName
)
Function ReadPortableArray (
fieldName As String
) As IPortable()
array<IPortable^>^ ReadPortableArray(
String^ fieldName
)
abstract ReadPortableArray :
fieldName : string -> IPortable[]
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
IPortablethe portabke value read
Exceptions See Also