c536e194e7
* event wip... * Add support for 'event' * event example
7 lines
160 B
C#
7 lines
160 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.Person))]
|
|
public partial interface IPerson
|
|
{
|
|
}
|
|
} |