Esempio n. 1
0
 public void Unsafe() => WorkAs.ByUnsafe(buffer, 0, 1, Int32.MaxValue, Int32.MinValue);
Esempio n. 2
0
 public void Pointer() => WorkAs.ByPointer(buffer, 0, 1, Int32.MaxValue, Int32.MinValue);