add _Instance to interface to test
This commit is contained in:
@@ -5,5 +5,9 @@ namespace ProxyInterfaceConsumer
|
||||
[Proxy(typeof(Address), false, ProxyClassAccessibility.Public, new []{"Weird"})]
|
||||
public partial interface IAddress
|
||||
{
|
||||
public void Weird()
|
||||
{
|
||||
_Instance.Weird2();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user