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

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

Syntax

C#
public bool SupportsMethod(
	MethodInfo method
)
Visual Basic
Public Function SupportsMethod ( _
	method As MethodInfo _
) As Boolean
Visual C++
public:
virtual bool SupportsMethod(
	MethodInfo^ method
) sealed

Parameters

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

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

Return Value

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

Implements

IRuntimeMethodHqlGenerator..::..SupportsMethod(MethodInfo)

See Also