コード例 #1
0
 public void Unsafe() => WorkAs.ByUnsafe(buffer, 0, 1, Int32.MaxValue, Int32.MinValue);
コード例 #2
0
 public void Pointer() => WorkAs.ByPointer(buffer, 0, 1, Int32.MaxValue, Int32.MinValue);