摘要: C#对类的解构,必须在该类内实现Deconstruct方法,并且返回类型为void ,并用out参数返回各个部分。 阅读全文
posted @ 2019-09-13 14:57 liliyou 阅读(262) 评论(0) 推荐(0) 编辑