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

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

Syntax

C#
public Expression GetResolvedOptionalElementSelector(
	ClauseGenerationContext clauseGenerationContext
)
Visual Basic
Public Function GetResolvedOptionalElementSelector ( _
	clauseGenerationContext As ClauseGenerationContext _
) As Expression
Visual C++
public:
Expression^ GetResolvedOptionalElementSelector(
	ClauseGenerationContext clauseGenerationContext
)

Parameters

clauseGenerationContext
Type: Remotion.Linq.Parsing.Structure.IntermediateModel..::..ClauseGenerationContext

[Missing <param name="clauseGenerationContext"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.GroupByExpressionNode.GetResolvedOptionalElementSelector(Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Return Value

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

See Also