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
Project Member Reported by jtuley, Apr 16, 2011
The method generation code would be the same pretty much. Proxy class creation code would need to change but should be easy. Would need a different target property name to reduce collisions. ActLike syntax wouldn't work would need new specific syntax
Project Member Reported by jtuley, Apr 16, 2011
The method generation code would be the same pretty much. Proxy class creation code would need to change but should be easy. Would need a different target property name to reduce collisions. ActLike syntax wouldn't work would need new specific syntax
idea:
Proxy.New(params object[] args).Build(object target, params Type[] otherInterfaces)
Proxy.New(Type type, params object[] args).Build(object target, params Type[] otherInterfaces)
The text was updated successfully, but these errors were encountered: