摘要: 参考 https://www.cnblogs.com/taomylife/p/4828453.html 1. 定义一个接口 public Interface ICategory { string GetName(); } 2. 隐式实现该接口 public class Category:ICateg 阅读全文
posted @ 2019-11-01 11:01 wmalloc 阅读(315) 评论(0) 推荐(0) 编辑