Click or drag to resize

DelegateDecl Constructor

Overload List
  NameDescription
Protected methodDelegateDecl(Parser, CodeObject)
Initializes a new instance of the DelegateDecl class
Public methodDelegateDecl(String, Expression, Modifiers)
Create a DelegateDecl with the specified name and return type.
Public methodDelegateDecl(String, ITypeDecl, Modifiers)
Create a DelegateDecl with the specified name and return type.
Public methodDelegateDecl(String, Type, Modifiers)
Create a DelegateDecl with the specified name and return type.
Public methodDelegateDecl(String, Expression, Modifiers, ParameterDecl)
Create a DelegateDecl with the specified name, return type, modifiers, and parameters.
Public methodDelegateDecl(String, Expression, Modifiers, TypeParameter)
Create a DelegateDecl with the specified name, return type, modifiers, and type parameters.
Public methodDelegateDecl(String, ITypeDecl, Modifiers, ParameterDecl)
Create a DelegateDecl with the specified name, return type, modifiers, and parameters.
Public methodDelegateDecl(String, ITypeDecl, Modifiers, TypeParameter)
Create a DelegateDecl with the specified name, return type, modifiers, and type parameters.
Public methodDelegateDecl(String, Type, Modifiers, ParameterDecl)
Create a DelegateDecl with the specified name, return type, modifiers, and parameters.
Public methodDelegateDecl(String, Type, Modifiers, TypeParameter)
Create a DelegateDecl with the specified name, return type, modifiers, and type parameters.
Top
See Also