059886d1ca
* HttpClient * . * . * .
14 lines
226 B
C#
14 lines
226 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source
|
|
{
|
|
public class Human
|
|
{
|
|
public bool IsAlive { get; set; }
|
|
|
|
public string GetterOnly => "x";
|
|
|
|
public void Dispose()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |