Initializes a new instance of the MethodCallExpressionParseInfo class

Namespace: Remotion.Linq.Parsing.Structure.IntermediateModel
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public MethodCallExpressionParseInfo(
	string associatedIdentifier,
	IExpressionNode source,
	MethodCallExpression parsedExpression
)
Visual Basic
Public Sub New ( _
	associatedIdentifier As String, _
	source As IExpressionNode, _
	parsedExpression As MethodCallExpression _
)
Visual C++
public:
MethodCallExpressionParseInfo(
	String^ associatedIdentifier, 
	IExpressionNode^ source, 
	MethodCallExpression^ parsedExpression
)

Parameters

associatedIdentifier
Type: System..::..String

[Missing <param name="associatedIdentifier"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo.#ctor(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Linq.Expressions.MethodCallExpression)"]

source
Type: Remotion.Linq.Parsing.Structure.IntermediateModel..::..IExpressionNode

[Missing <param name="source"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo.#ctor(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Linq.Expressions.MethodCallExpression)"]

parsedExpression
Type: System.Linq.Expressions..::..MethodCallExpression

[Missing <param name="parsedExpression"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo.#ctor(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Linq.Expressions.MethodCallExpression)"]

See Also