Ejemplo n.º 1
0
 public static object ToObject(TypedReference value)
 {
     return(Intrinsics.GetBoxedDataFromPointer(value.pointer));
 }