摘要: internal class Program { static async Task Main(string[] args) { var root = new Root { Demo1 = new Demo1 { Name = "Demo1", Data = new Demo2 { Name = " 阅读全文
posted @ 2024-09-11 21:55 pojianbing 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ConfigurationRoot public interface IConfiguration { string? this[string key] { get; } IChangeToken GetReloadToken(); } public interface IConfiguration 阅读全文
posted @ 2024-09-11 17:56 pojianbing 阅读(25) 评论(0) 推荐(0) 编辑