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

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

Syntax

C#
public IHqlGeneratorForMethod GetMethodGenerator(
	MethodInfo method
)
Visual Basic
Public Function GetMethodGenerator ( _
	method As MethodInfo _
) As IHqlGeneratorForMethod
Visual C++
public:
virtual IHqlGeneratorForMethod^ GetMethodGenerator(
	MethodInfo^ method
) sealed

Parameters

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

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

Return Value

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

Implements

IRuntimeMethodHqlGenerator..::..GetMethodGenerator(MethodInfo)

See Also