ICSharpCode.NRefactory.Ast.MethodDeclaration.MethodDeclaration C# (CSharp) Method

MethodDeclaration() public method

public MethodDeclaration ( ) : System
return System
        public MethodDeclaration()
        {
            body = BlockStatement.Null;
            handlesClause = new List<String>();
            templates = new List<TemplateDefinition>();
        }