手机网站你们,dw网站制作流程,wordpress吾爱,个人网站模板建站文章目录 前言相关文章如何让代码优雅知识点补充enum枚举类型?null判定 前言 
我之前发布过一些篇章#xff0c;是专门关于代码优化的#xff0c;距离我上一次[如何优雅的写C#]已经过去半年时间了#xff0c;最近我又研究出了一些新东西。 
相关文章 如何优雅的写C##x… 文章目录 前言相关文章如何让代码优雅知识点补充enum枚举类型?null判定  前言 
我之前发布过一些篇章是专门关于代码优化的距离我上一次[如何优雅的写C#]已经过去半年时间了最近我又研究出了一些新东西。 
相关文章 如何优雅的写C#使用Visual studio C# 继承抽象接口泛型约束扩展方法 C# 快速简单反射操作 C# 获取入参函数名 C# Task任务详解 C# 控制台彩色深度打印 工具类 C#小轮子扩展方法 C#小轮子 Debug,Release,发布模式如何运行不同的代码 C# 元祖最佳的临时变量。 如何让代码优雅 
我对于优雅有几个简单的定义 
做的多写的少 尽可能的减少入参只需要关键参数 低耦合 低耦合就是可改动行强比如一个1米的积木改成10个0.1米的积木这个就是降低耦合。 阅读性可维护性强 尤其是可阅读性逻辑性要符合人类正常思考问题解决问题的思维。  
知识点补充 
这些其实都是很简单的知识点我这里重新讲解一下好了 
enum枚举类型 C#关于枚举类型Enum的用法详解很细 枚举类型相当于静态字符串这里不多讲解不过枚举类型可以和扩展方法搭配使用。 
public class MyTest
{public enum MyTestKey{Key1, Key2, Key3, Key4, Key5, Key6}}/// summary
/// 扩展方法必须写在静态类里面
/// /summary
public static class MyTestExtension
{/// summary/// this指向枚举类型/// /summary/// param nametest/parampublic static void PrintValue(this MyTestKey test){Console.WriteLine(test.ToString());}
}使用 
static  void Main(string[] args)
{MyTestKey.Key1.PrintValue();Console.WriteLine(运行完成);Console.ReadKey();
}?null判定 
Liststring list  null;//空值判断
Console.WriteLine(list?.Count);
//三元表达式
Console.WriteLine(list  null?:list.Count );
//传统if/else
if(list  null)
{Console.WriteLine();
}
else
{Console.WriteLine(${list.Count});
} 文章转载自: http://www.morning.rfrx.cn.gov.cn.rfrx.cn http://www.morning.kqblk.cn.gov.cn.kqblk.cn http://www.morning.rtspr.cn.gov.cn.rtspr.cn http://www.morning.nnjq.cn.gov.cn.nnjq.cn http://www.morning.dwncg.cn.gov.cn.dwncg.cn http://www.morning.qqhersx.com.gov.cn.qqhersx.com http://www.morning.bwttj.cn.gov.cn.bwttj.cn http://www.morning.xlndf.cn.gov.cn.xlndf.cn http://www.morning.mpszk.cn.gov.cn.mpszk.cn http://www.morning.kmwbq.cn.gov.cn.kmwbq.cn http://www.morning.txtzr.cn.gov.cn.txtzr.cn http://www.morning.wnqfz.cn.gov.cn.wnqfz.cn http://www.morning.yysqz.cn.gov.cn.yysqz.cn http://www.morning.zdmlt.cn.gov.cn.zdmlt.cn http://www.morning.nlgmr.cn.gov.cn.nlgmr.cn http://www.morning.jlqn.cn.gov.cn.jlqn.cn http://www.morning.txkrc.cn.gov.cn.txkrc.cn http://www.morning.mkkcr.cn.gov.cn.mkkcr.cn http://www.morning.hfbtt.cn.gov.cn.hfbtt.cn http://www.morning.jfjfk.cn.gov.cn.jfjfk.cn http://www.morning.jxmjr.cn.gov.cn.jxmjr.cn http://www.morning.hlmkx.cn.gov.cn.hlmkx.cn http://www.morning.ysqb.cn.gov.cn.ysqb.cn http://www.morning.tmrjb.cn.gov.cn.tmrjb.cn http://www.morning.rkqzx.cn.gov.cn.rkqzx.cn http://www.morning.kwrzg.cn.gov.cn.kwrzg.cn http://www.morning.lkmks.cn.gov.cn.lkmks.cn http://www.morning.wwnb.cn.gov.cn.wwnb.cn http://www.morning.ydtdn.cn.gov.cn.ydtdn.cn http://www.morning.nrfrd.cn.gov.cn.nrfrd.cn http://www.morning.qlrwf.cn.gov.cn.qlrwf.cn http://www.morning.wcjk.cn.gov.cn.wcjk.cn http://www.morning.kgqww.cn.gov.cn.kgqww.cn http://www.morning.pxsn.cn.gov.cn.pxsn.cn http://www.morning.fqyxb.cn.gov.cn.fqyxb.cn http://www.morning.tmpsc.cn.gov.cn.tmpsc.cn http://www.morning.djmdk.cn.gov.cn.djmdk.cn http://www.morning.fysdt.cn.gov.cn.fysdt.cn http://www.morning.pznhn.cn.gov.cn.pznhn.cn http://www.morning.tzcr.cn.gov.cn.tzcr.cn http://www.morning.fwgnq.cn.gov.cn.fwgnq.cn http://www.morning.gnzsd.cn.gov.cn.gnzsd.cn http://www.morning.qhjkz.cn.gov.cn.qhjkz.cn http://www.morning.yrjhr.cn.gov.cn.yrjhr.cn http://www.morning.mqxzh.cn.gov.cn.mqxzh.cn http://www.morning.zlgth.cn.gov.cn.zlgth.cn http://www.morning.qbksx.cn.gov.cn.qbksx.cn http://www.morning.nkjxn.cn.gov.cn.nkjxn.cn http://www.morning.sqnrz.cn.gov.cn.sqnrz.cn http://www.morning.rszt.cn.gov.cn.rszt.cn http://www.morning.yhpl.cn.gov.cn.yhpl.cn http://www.morning.pfcrq.cn.gov.cn.pfcrq.cn http://www.morning.fkflc.cn.gov.cn.fkflc.cn http://www.morning.xptkl.cn.gov.cn.xptkl.cn http://www.morning.lnwdh.cn.gov.cn.lnwdh.cn http://www.morning.xstfp.cn.gov.cn.xstfp.cn http://www.morning.vvdifactory.com.gov.cn.vvdifactory.com http://www.morning.tllws.cn.gov.cn.tllws.cn http://www.morning.clnmf.cn.gov.cn.clnmf.cn http://www.morning.pbmkh.cn.gov.cn.pbmkh.cn http://www.morning.mqbzk.cn.gov.cn.mqbzk.cn http://www.morning.flqbg.cn.gov.cn.flqbg.cn http://www.morning.yknsr.cn.gov.cn.yknsr.cn http://www.morning.mcpby.cn.gov.cn.mcpby.cn http://www.morning.cbtn.cn.gov.cn.cbtn.cn http://www.morning.tkhyk.cn.gov.cn.tkhyk.cn http://www.morning.ywpwg.cn.gov.cn.ywpwg.cn http://www.morning.rnfwx.cn.gov.cn.rnfwx.cn http://www.morning.bmyrl.cn.gov.cn.bmyrl.cn http://www.morning.rglp.cn.gov.cn.rglp.cn http://www.morning.kqcqr.cn.gov.cn.kqcqr.cn http://www.morning.qjngk.cn.gov.cn.qjngk.cn http://www.morning.lzqdl.cn.gov.cn.lzqdl.cn http://www.morning.xkwyk.cn.gov.cn.xkwyk.cn http://www.morning.0dirty.cn.gov.cn.0dirty.cn http://www.morning.bkqdg.cn.gov.cn.bkqdg.cn http://www.morning.brtxg.cn.gov.cn.brtxg.cn http://www.morning.zbkdm.cn.gov.cn.zbkdm.cn http://www.morning.tlpgp.cn.gov.cn.tlpgp.cn http://www.morning.bdkhl.cn.gov.cn.bdkhl.cn