[Missing <summary> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[])"]

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

Syntax

C#
public static MethodInfo GetMethod(
	string name,
	Type[] parameterTypes
)
Visual Basic
Public Shared Function GetMethod ( _
	name As String, _
	parameterTypes As Type() _
) As MethodInfo
Visual C++
public:
static MethodInfo^ GetMethod(
	String^ name, 
	array<Type^>^ parameterTypes
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[])"]

parameterTypes
Type: array<System..::..Type>[]()[][]

[Missing <param name="parameterTypes"/> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[])"]

See Also