intermediate commit
This commit is contained in:
@@ -2,7 +2,7 @@ using ProxyInterfaceGenerator;
|
||||
|
||||
namespace ProxyInterfaceConsumer
|
||||
{
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(Address), false, ProxyClassAccessibility.Public, new []{"Weird"})]
|
||||
[Proxy(typeof(Address), false, ProxyClassAccessibility.Public, new []{"Weird"})]
|
||||
public partial interface IAddress
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user