摘要:
https://msdn.microsoft.com/en-us/library/hh156499.aspxnameofYou can get the unqualified string name of a type or member for use in an error message wi... 阅读全文
摘要:
https://msdn.microsoft.com/en-us/library/dn961160.aspx int apples = 4; // Before C# 6.0 System.Console.WriteLine(String.Format("I have {0} apples", ap 阅读全文
摘要:
https://msdn.microsoft.com/en-us/library/dn986595.aspxx?.y– null conditional member access. Returns null if the left hand operand is null.a?[x]– null ... 阅读全文
摘要:
The New Exception Settings Window in Visual Studio 2015Managing Exceptions with the DebuggerUnderstanding Exceptions while debugging with Visual Studi... 阅读全文