Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Bin128(byte[], int)

  • 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.
intoffset The offset at which the data begins. The length is fixed at 16 bytes.