Anonymous type isn't anonymous

后端 未结 0 1352
面向向阳花
面向向阳花 2020-12-09 06:27

I have a class which has a string property:

public class User()
{
    public string Name { get; set; }
    public int OtherProperty { get; set; }
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题