<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-rc.1.21451.13" />
API Differences between 6.0.0-rc.1.21451.13 and 4.5.2
8 Additions
0 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)
- public static ref T Unbox<T>(object box) where T : struct