Initializes a new instance of the MainSourceExpressionNode class

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

Syntax

C#
public MainSourceExpressionNode(
	string associatedIdentifier,
	Expression expression
)
Visual Basic
Public Sub New ( _
	associatedIdentifier As String, _
	expression As Expression _
)
Visual C++
public:
MainSourceExpressionNode(
	String^ associatedIdentifier, 
	Expression^ expression
)

Parameters

associatedIdentifier
Type: System..::..String

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

expression
Type: System.Linq.Expressions..::..Expression

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

See Also