Click or drag to resize

GenericMethodDecl Constructor

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