摘要: using System; using System.Speech.Synthesis; using System.Collections.Generic; namespace ReadTxt { class Program { static string num1 = "", firchar = "", lastchar = "", tempRe = "";... 阅读全文
posted @ 2016-09-28 22:27 UstimdanKulma 阅读(237) 评论(0) 推荐(0)
摘要: 1. 静态using(static using) 静态using声明允许不使用类名直接调用静态方法。 The static using declaration allows invoking static methods without the classname. In C# 5 using Sy 阅读全文
posted @ 2016-09-28 22:26 UstimdanKulma 阅读(238) 评论(0) 推荐(0)