[Missing <summary> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[],System.Type[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public static MethodInfo GetMethod( string name, Type[] parameterTypes, Type[] genericTypeParameters )  | 
| Visual Basic | 
|---|
Public Shared Function GetMethod ( _ name As String, _ parameterTypes As Type(), _ genericTypeParameters As Type() _ ) As MethodInfo  | 
| Visual C++ | 
|---|
public: static MethodInfo^ GetMethod( String^ name, array<Type^>^ parameterTypes, array<Type^>^ genericTypeParameters )  | 
Parameters
- name
 - Type: System..::..String
[Missing <param name="name"/> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[],System.Type[])"]
 
- parameterTypes
 - Type: array<System..::..Type>[]()[][]
[Missing <param name="parameterTypes"/> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[],System.Type[])"]
 
- genericTypeParameters
 - Type: array<System..::..Type>[]()[][]
[Missing <param name="genericTypeParameters"/> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[],System.Type[])"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Linq.EnumerableHelper.GetMethod(System.String,System.Type[],System.Type[])"]