<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-rc.2.20475.5" />
API Differences between 5.0.0-rc.2.20475.5 and 6.0.0-rc.2.21480.5
0 Additions
4 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 ref T Subtract<T>(ref T source, UIntPtr elementOffset)
- public static ref T SubtractByteOffset<T>(ref T source, UIntPtr byteOffset)