[Missing <summary> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.TryGetGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod@)"]

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

Syntax

C#
bool TryGetGenerator(
	MethodInfo method,
	out IHqlGeneratorForMethod generator
)
Visual Basic
Function TryGetGenerator ( _
	method As MethodInfo, _
	<OutAttribute> ByRef generator As IHqlGeneratorForMethod _
) As Boolean
Visual C++
bool TryGetGenerator(
	MethodInfo^ method, 
	[OutAttribute] IHqlGeneratorForMethod^% generator
)

Parameters

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

[Missing <param name="method"/> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.TryGetGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod@)"]

generator
Type: NHibernate.Linq.Functions..::..IHqlGeneratorForMethod%

[Missing <param name="generator"/> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.TryGetGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod@)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.TryGetGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod@)"]

See Also