Open
Description
I have a class B that inherits class A, with method A.Id
I created the indirection settings for B non inherited methods and for B.Id
I cannot replace the body for B.Id as in:
bProxy = new PProxyB();
bProxy.Id().Body = @this => 1;
Error: PProxyB does not contain a definition for "Id"
Is there a way to cast bProxy to PProxyA?
Metadata
Metadata
Assignees
Labels
No labels