add MembersToIgnore

This commit is contained in:
Adam Hathcock
2024-05-21 13:03:43 +01:00
parent 894b5d5049
commit 5568a98e0b
15 changed files with 240 additions and 7 deletions
@@ -7,5 +7,6 @@ namespace ProxyInterfaceConsumer
public int HouseNumber { get; set; }
public event EventHandler<EventArgs> MyEvent;
public int Weird { get; set; }
}
}