add MembersToIgnore
This commit is contained in:
@@ -7,5 +7,6 @@ namespace ProxyInterfaceConsumer
|
||||
public int HouseNumber { get; set; }
|
||||
|
||||
public event EventHandler<EventArgs> MyEvent;
|
||||
public int Weird { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
using ProxyInterfaceGenerator;
|
||||
|
||||
namespace ProxyInterfaceConsumer
|
||||
{
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(Address))]
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(Address), false, ProxyClassAccessibility.Public, new []{"Weird"})]
|
||||
public partial interface IAddress
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user