Intrinsics
Represents highly optimized runtime intrinsic methods.
public static void Bitcast<T, TResult>(ref T input, out TResult output) where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType) where TResult : ValueType modreq(System.Runtime.InteropServices.UnmanagedType)
Obtain a value of type TResult by
reinterpreting the object representation of T.
Returns default value of the given type.
Indicates that specified value type is the default value.
Provides the fast way to check whether the specified type accepts null value as valid value.