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

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

Syntax

C#
public void AddContextInfo(
	IExpressionNode node,
	Object contextInfo
)
Visual Basic
Public Sub AddContextInfo ( _
	node As IExpressionNode, _
	contextInfo As Object _
)
Visual C++
public:
void AddContextInfo(
	IExpressionNode^ node, 
	Object^ contextInfo
)

Parameters

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

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

contextInfo
Type: System..::..Object

[Missing <param name="contextInfo"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext.AddContextInfo(Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Object)"]

See Also