2021
07-16
07-16
浅谈c#开发者应该了解的15个特性
目录1.ObsoleteAttribute2.使用DefaultValueAttribute为C#自动实现的属性设置默认值3.DebuggerBrowsableAttribute4.??运算符5.Curry和Partial方法6.WeakReference7.Lazy<T>8.BigInteger9.没有官方文档的C#关键字(__arglist/__reftype/__makeref/__refvalue)10.Environment.NewLine11.ExceptionDispatchInfo12.Environment.FailFast()13.Debug.Assert&Debug.WriteIf&Debug.Indent14.Para...
继续阅读 >