Beispiel #1
0
        public void addFunction(FunctionStructure function)
        {
            if (functions == null)
            {
                functions = new List <FunctionStructure>();
            }

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

            functions.Add(function);
        }