MethodDeclBase Constructor |
Name | Description | |
---|---|---|
![]() | MethodDeclBase(Parser, CodeObject) | Initializes a new instance of the MethodDeclBase class |
![]() | MethodDeclBase(String, Expression, ParameterDecl) | Initializes a new instance of the MethodDeclBase class |
![]() | MethodDeclBase(String, Expression, CodeObject, ParameterDecl) | Initializes a new instance of the MethodDeclBase class |
![]() | MethodDeclBase(String, Expression, Modifiers, ParameterDecl) | Initializes a new instance of the MethodDeclBase class |
![]() | MethodDeclBase(Expression, Expression, CodeObject, ParameterDecl) |
This constructor is used for explicit interface members (methods that have an interface name prefixed on their name).
|
![]() | MethodDeclBase(String, Expression, Modifiers, CodeObject, ParameterDecl) | Initializes a new instance of the MethodDeclBase class |