コード例 #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);
        }