Esempio n. 1
0
 public static unsafe NSData ToNSData(this NativeSlice <byte> bytes) =>
 NSData.CreateWithBytes(bytes.GetUnsafeReadOnlyPtr(), bytes.Length);