Exemplo n.º 1
0
        public void addFunction(FunctionStructure function)
        {
            if (functions == null)
            {
                functions = new List <FunctionStructure>();
            }

            functions.Add(function);
        }
Exemplo n.º 2
0
        public void addFunction(FunctionStructure function)
        {
            if (functions == null)
            {
                functions = new List<FunctionStructure>();
            }

            functions.Add(function);
        }