- Declared in: RT.Util.Collections.Bin128
Declaration
public Bin128(
byte[] bytes,
int offset = 0
)
Summary
Constructor. Initializes this value to contain the same data as the specified byte array.
Parameters
byte[] | bytes |
Byte array containing the data. |
int | offset |
The offset at which the data begins. The length is fixed at 16 bytes. |