예제 #1
0
 public void Unpin(PinnedScriptValue pp) =>
 _unpin(pp);
예제 #2
0
 public void Pin(IntPtr vmPtr, PinnedScriptValue pp) =>
 _pin(vmPtr, pp);