Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/Human.cs
T

9 lines
174 B
C#

namespace ProxyInterfaceSourceGeneratorTests.Source
{
public class Human
{
public bool IsAlive { get; set; }
public string GetterOnly => "x";
}
}