Click or drag to resize

MethodDecl Constructor

Overload List
  NameDescription
Public methodMethodDecl(String, Expression, ParameterDecl)
Create a MethodDecl with the specified name and return type.
Public methodMethodDecl(Expression, Expression, ParameterDecl)
Create a MethodDecl with the specified name and return type.
Public methodMethodDecl(String, Expression, CodeObject, ParameterDecl)
Create a MethodDecl with the specified name and return type.
Public methodMethodDecl(String, Expression, Modifiers, ParameterDecl)
Create a MethodDecl with the specified name, return type, and modifiers.
Public methodMethodDecl(Expression, Expression, CodeObject, ParameterDecl)
Create a MethodDecl with the specified name and return type.
Protected methodMethodDecl(Parser, CodeObject, Boolean, ParseFlags)
Initializes a new instance of the MethodDecl class
Public methodMethodDecl(String, Expression, Modifiers, CodeObject, ParameterDecl)
Create a MethodDecl with the specified name, return type, and modifiers.
Top
See Also