Closed Sieluna closed 5 months ago
Try fix the compiler error CS8157 MS Explain. Here we use Unsafe.AsRef to make sure compiler understand function return is a reference not value.
Unsafe.AsRef
Description
Try fix the compiler error CS8157 MS Explain. Here we use
Unsafe.AsRef
to make sure compiler understand function return is a reference not value.What is the purpose of this pull request?