摘要: public class A//先定义A类 { } public static class Extension//必须先声明一个静态类,类名随意 { public static int ToInt32(this string In)//扩建的方法必须是静态方法,参数里面必须含有this关键字,this关键字后面的类型 { ... 阅读全文
posted @ 2019-01-10 10:40 enych 阅读(574) 评论(0) 推荐(0) 编辑