1
pzy
2024-10-03 7fd797ec44ffaaa229fdb9cfb43c210f19e93e33
1
1个文件已添加
16 ■■■■■ 已修改文件
SyntacticSugar/constant/EmptyConstant.cs 16 ●●●●● 补丁 | 查看 | 原始文档 | 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;
    }
}