<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-preview6.19264.9" />
API Differences between 4.6.0-preview6.19264.9 and 6.0.0-preview.6.21352.12
0 Additions
7 Removals
System.Runtime.CompilerServices
-
public static class Unsafe
- public static ref T Add<T>(ref T source, UIntPtr elementOffset)
- public static ref T AddByteOffset<T>(ref T source, UIntPtr byteOffset)
- public static bool IsNullRef<T>(ref T source)
- public static ref T NullRef<T>()
- public static void SkipInit<T>(out T value)
- public static ref T Subtract<T>(ref T source, UIntPtr elementOffset)
- public static ref T SubtractByteOffset<T>(ref T source, UIntPtr byteOffset)