Initializes a new instance of the MethodInfoBinding class
Namespace: Remotion.Linq.Parsing.ExpressionTreeVisitors.MemberBindingsAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public MethodInfoBinding( MethodInfo boundMember, Expression associatedExpression ) |
Visual Basic |
---|
Public Sub New ( _ boundMember As MethodInfo, _ associatedExpression As Expression _ ) |
Visual C++ |
---|
public: MethodInfoBinding( MethodInfo^ boundMember, Expression^ associatedExpression ) |
Parameters
- boundMember
- Type: System.Reflection..::..MethodInfo
[Missing <param name="boundMember"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.MemberBindings.MethodInfoBinding.#ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)"]
- associatedExpression
- Type: System.Linq.Expressions..::..Expression
[Missing <param name="associatedExpression"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.MemberBindings.MethodInfoBinding.#ctor(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)"]