added support for byref parameters when overriding .NET methods from Python
new code is emitted to 1. unpack the tuple returned from Python to extract new values for byref parameters and modify args array correspondingly 2. marshal those new values from the args array back into arguments in IL fixes https://github.com/pythonnet/pythonnet/issues/1481
V
Victor Nova committed
7450c5cb9a7adeccf9e871e2a50ee2c2bbeed748
Parent: 88850f5
Committed by Victor <lostfreeman@gmail.com>
on 1/7/2022, 6:09:08 PM