摘要:
Console.WriteLine(linq.GetType().Name); WhereArrayIterator`1 Console.WriteLine(linq.GetType().NameSpace); System.Linq 阅读全文
摘要:
private var a = 10; var 不能用于字段数据; var int; int =10; var 不能先声明后赋值; 阅读全文
摘要:
static void Main(string[] args) { byte b1 = 100; byte b2 = 250; //Checked try { byte sum = checked ((byte) Add(b1, b2)); Console.WriteLine(sum); Conso 阅读全文
摘要:
StringBuilder sb=new StringBuilder(); sb.AppendLine("The world is fair and wonderful.Everything depend on myself"); sb.AppendLine("Stay focused and ke 阅读全文
摘要:
string str="The key factors are \"focus\" and \"perseverance\""; string str = "All finished.\n\n\n\n \a"; string str = @"This world is fairand everyth 阅读全文
摘要:
BigInteger bi=Bigger.Parse("999999999999999999999999999999999999999999999999999999999999999999999999999999"); Console.WriteLine(bi); Console.WriteLine 阅读全文
摘要:
IsWhiteSpace(String, Int32) 指示指定字符串中位于指定位置处的字符是否属于空格类别。 TimeSpan TimeSpan ts=new TimeSpan(4,30,0); Console.WriteLine(ts); Console.WriteLine(ts.Subtrac 阅读全文