示例#1
0
        public void addConstant(ConstantStructure constant)
        {
            if (constants == null)
            {
                constants = new List <ConstantStructure>();
            }

            constants.Add(constant);
        }
示例#2
0
文件: IrisScript.cs 项目: rokuan/iris
        public void addConstant(ConstantStructure constant)
        {
            if (constants == null)
            {
                constants = new List<ConstantStructure>();
            }

            constants.Add(constant);
        }