| SyntacticSugar/constant/EmptyConstant.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
SyntacticSugar/constant/EmptyConstant.cs
New file @@ -0,0 +1,16 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SyntacticSugar.constant { public static class EmptyConstant { /// <summary> /// 空 /// </summary> public static int EMPTY = 0; } }