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
Creating a proxy against a class with an out argument in any method fails with the following exception:
System.TypeInitializationException : The type initializer for 'SexyProxy.Proxy`1' threw an exception.
----> System.ArgumentException : Cannot get TypeToken for a ByRef type.
Is this a bug in sexy-proxy, or just a limitation of emitting code?
Creating a proxy against a class with an
out
argument in any method fails with the following exception:Is this a bug in sexy-proxy, or just a limitation of emitting code?
Example:
The text was updated successfully, but these errors were encountered: