| IBufferObjectDataInputInit Method |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void Init(
byte[] data,
int offset
)
Sub Init (
data As Byte(),
offset As Integer
)
void Init(
array<unsigned char>^ data,
int offset
)
abstract Init :
data : byte[] *
offset : int -> unit
Parameters
- data
- Type: SystemByte
- offset
- Type: SystemInt32
See Also