| IPortableReaderReadShort Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax short ReadShort(
string fieldName
)
Function ReadShort (
fieldName As String
) As Short
short ReadShort(
String^ fieldName
)
abstract ReadShort :
fieldName : string -> int16
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
Int16the short value read
Exceptions See Also