ATML1671Translator.model.functions.functions C# (CSharp) Method

functions() public method

public functions ( ) : System
return System
        public functions()
        {
            _function = new List<function>();
        }