摘要: internal class TestStruct { /// <summary> /// 结构体 /// </summary> struct StructEntity { public int ID { get; set; } public string Name { get; set; } } 阅读全文
posted @ 2023-04-23 12:06 WmW 阅读(17) 评论(0) 推荐(0) 编辑