Extensions
public static byte[]
Concat(
this byte[]
first,
byte[]
second)
public static bool IsEqualTo(
this byte[]
left,
byte[]
right)
public static byte[]
Pad(
this byte[]
data,
int length)
public static byte[]
Take(
this byte[]
value,
int offset,
int count)
public static byte[]
Take(
this byte[]
value,
int count)