<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.3" />
API Differences between 4.5.3 and 5.0.0
0 Additions
4 Removals
System.Runtime.CompilerServices
-
public static class Unsafe
- 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 Unbox<T>(object box) where T : struct