7 lines
169 B
C#
7 lines
169 B
C#
namespace SourceGeneratorInterface
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Address))]
|
|
public partial interface IAddress
|
|
{
|
|
}
|
|
} |