上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 65 下一页
摘要: C# System.String.Intern 方法 - CSharp 参考教程 (csref.cn) 阅读全文
posted @ 2021-11-19 13:56 vba是最好的语言 阅读(24) 评论(0) 推荐(0) 编辑
摘要: [System.Security.SecuritySafeCritical] // auto-generated public static String Intern(String str) { if (str==null) { throw new ArgumentNullException("s 阅读全文
posted @ 2021-11-19 13:55 vba是最好的语言 阅读(31) 评论(0) 推荐(0) 编辑
摘要: public static String Format(String format, Object arg0) { Contract.Ensures(Contract.Result<String>() != null); return FormatHelper(null, format, new P 阅读全文
posted @ 2021-11-19 13:45 vba是最好的语言 阅读(96) 评论(0) 推荐(0) 编辑
摘要: [System.Security.SecuritySafeCritical] // auto-generated unsafe public static String Copy (String str) { if (str==null) { throw new ArgumentNullExcept 阅读全文
posted @ 2021-11-19 13:33 vba是最好的语言 阅读(43) 评论(0) 推荐(0) 编辑
摘要: public static String Concat(params Object[] args) { if (args==null) { throw new ArgumentNullException("args"); } Contract.Ensures(Contract.Result<Stri 阅读全文
posted @ 2021-11-19 13:11 vba是最好的语言 阅读(142) 评论(0) 推荐(0) 编辑
摘要: // Provides a culture-correct string comparison. strA is compared to strB // to determine whether it is lexicographically less, equal, or greater, and 阅读全文
posted @ 2021-11-19 11:12 vba是最好的语言 阅读(53) 评论(0) 推荐(0) 编辑
摘要: [Pure] [System.Security.SecuritySafeCritical] // auto-generated public static bool Equals(String a, String b, StringComparison comparisonType) { if (c 阅读全文
posted @ 2021-11-19 11:05 vba是最好的语言 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 地址:深入Dapper.NET源码 (文长) - dreamw - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-11-19 10:38 vba是最好的语言 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 写了太多业务代码,完全是为了实现某一个功能去写,这样再怎么写下去也都是没有很多进步空间的,很多人把原因归咎到环境。例如公司环境、几十年还在用老框架、一点新技术不用。。。net framework版本还停留在4.0,4.5。你连新语法都不敢写。我也是这样的。。 “我们无非是希望在编程的时候,把大部分的 阅读全文
posted @ 2021-11-19 10:30 vba是最好的语言 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 案列: public class Animal { } public class Dog : Animal { } class Program { static void Main(string[] args) { Animal dog = new Dog(); Dog dog1 = new Dog 阅读全文
posted @ 2021-11-18 23:11 vba是最好的语言 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 65 下一页