[Missing <summary> documentation for "M:NHibernate.Util.ReflectHelper.GetGenericMethodFrom``1(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 GetGenericMethodFrom<T>( string methodName, Type[] genericArgs, Type[] signature ) |
Visual Basic |
---|
Public Shared Function GetGenericMethodFrom(Of T) ( _ methodName As String, _ genericArgs As Type(), _ signature As Type() _ ) As MethodInfo |
Visual C++ |
---|
public: generic<typename T> static MethodInfo^ GetGenericMethodFrom( String^ methodName, array<Type^>^ genericArgs, array<Type^>^ signature ) |
Parameters
- methodName
- Type: System..::..String
[Missing <param name="methodName"/> documentation for "M:NHibernate.Util.ReflectHelper.GetGenericMethodFrom``1(System.String,System.Type[],System.Type[])"]
- genericArgs
- Type: array<System..::..Type>[]()[][]
[Missing <param name="genericArgs"/> documentation for "M:NHibernate.Util.ReflectHelper.GetGenericMethodFrom``1(System.String,System.Type[],System.Type[])"]
- signature
- Type: array<System..::..Type>[]()[][]
[Missing <param name="signature"/> documentation for "M:NHibernate.Util.ReflectHelper.GetGenericMethodFrom``1(System.String,System.Type[],System.Type[])"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:NHibernate.Util.ReflectHelper.GetGenericMethodFrom``1(System.String,System.Type[],System.Type[])"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Util.ReflectHelper.GetGenericMethodFrom``1(System.String,System.Type[],System.Type[])"]