| IBufferObjectDataInputReadByte Method (Int32) |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax byte ReadByte(
int position
)
Function ReadByte (
position As Integer
) As Byte
unsigned char ReadByte(
int position
)
abstract ReadByte :
position : int -> byte
Parameters
- position
- Type: SystemInt32
Return Value
Type:
ByteExceptions See Also