You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case we might be able to generate something like fixed (int *ptr = array), but in the general case there may always be left over ref locals that don't match any high-level patterns.
We can't magically make ref locals magically disappear, just like we can't magically erase generics just because you might select C# 1.0.
Let's distinguish between the original pinned locals and the PinnedRegion locals.
The format need declarations if any are left over after transformations; the latter don't.
22.zip
1.switch bug:
RxjhServer.物品类.fa(string)
2.There're ref locals even if I check C#4.0/VS2010 in RxjhServer.HUtil32 class
such as:
IntToArrat
ObjectToInt
StringToByteAry...
The text was updated successfully, but these errors were encountered: