Boo.Lang.Compiler.Ast.Constructor.Constructor C# (CSharp) Method

Constructor() public method

public Constructor ( ) : System
return System
        public Constructor()
        {
            _name = "constructor";
        }

Same methods

Constructor::Constructor ( LexicalInfo lexicalInfoProvider ) : System
Constructor