| IBufferObjectDataInputPosition Method (Int32) |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void Position(
int newPos
)
Sub Position (
newPos As Integer
)
void Position(
int newPos
)
abstract Position :
newPos : int -> unit
Parameters
- newPos
- Type: SystemInt32
See Also