<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-preview.7.20364.11" />
API Differences between 5.0.0-preview.7.20364.11 and 4.5.0-preview2-26406-04
2 Additions
0 Removals
System.Runtime.CompilerServices
-
public static class Unsafe
- public static void SkipInit<T>(out T value)
- public static ref T Unbox<T>(object box) where T : struct