public class Cat { public string Nick { get; set; } public string Name { get; set; } public int Age { get; set; } }
说说 C# 9 新特性的实际运用
未经允许不得转载:大有博文 » 说说 C# 9 新特性的实际运用
public class Cat { public string Nick { get; set; } public string Name { get; set; } public int Age { get; set; } }