307bc1a015
* x * Add support for static properties and methods.
7 lines
132 B
C#
7 lines
132 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source
|
|
{
|
|
public class Human
|
|
{
|
|
public bool IsAlive { get; set; }
|
|
}
|
|
} |