<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
API Differences between 4.4.0 and 6.0.0-preview.5.21301.5
0 Additions
13 Removals
System.Runtime.CompilerServices
-
public static class Unsafe
- public static Void* Add<T>(Void* source, int elementOffset)
- 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 AsRef<T>(ref T source)
- public static bool IsAddressGreaterThan<T>(ref T left, ref T right)
- public static bool IsAddressLessThan<T>(ref T left, ref T right)
- public static bool IsNullRef<T>(ref T source)
- public static ref T NullRef<T>()
- public static void SkipInit<T>(out T value)
- public static Void* Subtract<T>(Void* source, int elementOffset)
- 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