[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext.GetContextInfo(Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode)"]

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

Syntax

C#
public Object GetContextInfo(
	IExpressionNode node
)
Visual Basic
Public Function GetContextInfo ( _
	node As IExpressionNode _
) As Object
Visual C++
public:
Object^ GetContextInfo(
	IExpressionNode^ node
)

Parameters

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

[Missing <param name="node"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext.GetContextInfo(Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext.GetContextInfo(Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode)"]

See Also