Initializes a new instance of the ResolvedExpressionCache<(Of <(<'T>)>)> class

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

Syntax

C#
public ResolvedExpressionCache(
	IExpressionNode currentNode
)
Visual Basic
Public Sub New ( _
	currentNode As IExpressionNode _
)
Visual C++
public:
ResolvedExpressionCache(
	IExpressionNode^ currentNode
)

Parameters

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

[Missing <param name="currentNode"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ResolvedExpressionCache`1.#ctor(Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode)"]

See Also