Click or drag to resize

MethodRef Constructor

Overload List
  NameDescription
Protected methodMethodRef(MethodBase, Boolean)
Initializes a new instance of the MethodRef class
Public methodMethodRef(MethodInfo, ChildListExpression)
Create a MethodRef from a MethodInfo.
Public methodMethodRef(MethodInfo, Expression)
Create a MethodRef from a MethodInfo.
Protected methodMethodRef(AnonymousMethodBase, Boolean)
Initializes a new instance of the MethodRef class
Public methodMethodRef(MethodDeclBase, ChildListExpression)
Create a MethodRef from a MethodDeclBase.
Public methodMethodRef(MethodDeclBase, Expression)
Create a MethodRef from a MethodDeclBase.
Public methodMethodRef(MethodDefinition, ChildListExpression)
Create a MethodRef from a MethodDefinition.
Public methodMethodRef(MethodDefinition, Expression)
Create a MethodRef from a MethodDefinition.
Public methodMethodRef(MethodInfo, Boolean, ChildListExpression)
Create a MethodRef from a MethodInfo.
Public methodMethodRef(MethodInfo, Boolean, Expression)
Create a MethodRef from a MethodInfo.
Public methodMethodRef(MethodDeclBase, Boolean, ChildListExpression)
Create a MethodRef from a MethodDeclBase.
Public methodMethodRef(MethodDeclBase, Boolean, Expression)
Create a MethodRef from a MethodDeclBase.
Public methodMethodRef(MethodDefinition, Boolean, ChildListExpression)
Create a MethodRef from a MethodDefinition.
Public methodMethodRef(MethodDefinition, Boolean, Expression)
Create a MethodRef from a MethodDefinition.
Top
See Also