标签:style blog http color os 使用 ar strong div
1 public static string Decrypt(this string code) 2 { 3 return Common.Decrypt(code); 4 }
一个项目中会有好几个类库,那么在一个公共的类库中添加的扩展方法,那么在其他类库中需要使用的话,不仅是需要引用该类库,还要添加其扩展方法的命名空间
标签:style blog http color os 使用 ar strong div
原文地址:http://www.cnblogs.com/yougmi/p/3978936.html