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

Local() public method

public Local ( ) : System
return System
        public Local()
        {
        }

Same methods

Local::Local ( Boo.Lang.Compiler.Ast.Declaration declaration, bool privateScope ) : System
Local::Local ( LexicalInfo lexicalInfo, string name ) : System
Local::Local ( ReferenceExpression reference, bool privateScope ) : System
Local::Local ( string name, bool privateScope ) : System
Local