摘要: internal class Program { static async Task Main(string[] args) { var filters = new List<IFilter> { new FilterA(), new FilterB(), }; Func<BackgroundJob 阅读全文
posted @ 2024-10-26 14:58 pojianbing 阅读(6) 评论(0) 推荐(0) 编辑
摘要: internal class Program { static async Task Main(string[] args) { var list = new List<int>() { 1, 2, 3, 4, 5, 6, 7, }; var res = Pairwise<int, string>( 阅读全文
posted @ 2024-10-26 11:48 pojianbing 阅读(4) 评论(0) 推荐(0) 编辑