[Missing <summary> documentation for "M:NHibernate.Linq.Functions.IRuntimeMethodHqlGenerator.GetMethodGenerator(System.Reflection.MethodInfo)"]

Namespace: NHibernate.Linq.Functions
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IHqlGeneratorForMethod GetMethodGenerator(
	MethodInfo method
)
Visual Basic
Function GetMethodGenerator ( _
	method As MethodInfo _
) As IHqlGeneratorForMethod
Visual C++
IHqlGeneratorForMethod^ GetMethodGenerator(
	MethodInfo^ method
)

Parameters

method
Type: System.Reflection..::..MethodInfo

[Missing <param name="method"/> documentation for "M:NHibernate.Linq.Functions.IRuntimeMethodHqlGenerator.GetMethodGenerator(System.Reflection.MethodInfo)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Linq.Functions.IRuntimeMethodHqlGenerator.GetMethodGenerator(System.Reflection.MethodInfo)"]

See Also