摘要: using System; using System.Reflection; public class MyClass { public int Property1 { get; set; } = 42; public string Property2 { get; set; } = "Hello, 阅读全文
posted @ 2024-12-17 14:13 芈璐 阅读(5) 评论(0) 推荐(0) 编辑