intermediate commit

This commit is contained in:
Adam Hathcock
2024-05-21 13:55:59 +01:00
parent 5568a98e0b
commit e5a0b7b7d3
4 changed files with 240 additions and 2 deletions
@@ -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
{
}