DelegateDecl Constructor |
Name | Description | |
---|---|---|
DelegateDecl(Parser, CodeObject) | Initializes a new instance of the DelegateDecl class | |
DelegateDecl(String, Expression, Modifiers) |
Create a DelegateDecl with the specified name and return type.
| |
DelegateDecl(String, ITypeDecl, Modifiers) |
Create a DelegateDecl with the specified name and return type.
| |
DelegateDecl(String, Type, Modifiers) |
Create a DelegateDecl with the specified name and return type.
| |
DelegateDecl(String, Expression, Modifiers, ParameterDecl) |
Create a DelegateDecl with the specified name, return type, modifiers, and parameters.
| |
DelegateDecl(String, Expression, Modifiers, TypeParameter) |
Create a DelegateDecl with the specified name, return type, modifiers, and type parameters.
| |
DelegateDecl(String, ITypeDecl, Modifiers, ParameterDecl) |
Create a DelegateDecl with the specified name, return type, modifiers, and parameters.
| |
DelegateDecl(String, ITypeDecl, Modifiers, TypeParameter) |
Create a DelegateDecl with the specified name, return type, modifiers, and type parameters.
| |
DelegateDecl(String, Type, Modifiers, ParameterDecl) |
Create a DelegateDecl with the specified name, return type, modifiers, and parameters.
| |
DelegateDecl(String, Type, Modifiers, TypeParameter) |
Create a DelegateDecl with the specified name, return type, modifiers, and type parameters.
|