Reference
Provides factory methods for creating references.
Allocates the memory location for the value and returns the reference to that location.
Creates a reference to the array element.
Creates a reference to the value stored in Value field.
public static Reference<TValue> FromPointer<TValue>(TValue* ptr) where TValue : ValueType modreq(System.Runtime.InteropServices.UnmanagedType)
Converts the pointer to Reference<T>.
Creates a reference to the boxed value.