9 lines
174 B
C#
9 lines
174 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source
|
|
{
|
|
public class Human
|
|
{
|
|
public bool IsAlive { get; set; }
|
|
|
|
public string GetterOnly => "x";
|
|
}
|
|
} |