[Missing <summary> documentation for "M:Remotion.Linq.ReflectionUtility.GetMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

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

Syntax

C#
public static MethodInfo GetMethod<T>(
	Expression<Func<T>> wrappedCall
)
Visual Basic
Public Shared Function GetMethod(Of T) ( _
	wrappedCall As Expression(Of Func(Of T)) _
) As MethodInfo
Visual C++
public:
generic<typename T>
static MethodInfo^ GetMethod(
	Expression<Func<T>^>^ wrappedCall
)

Parameters

wrappedCall
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T>)>)>>)>)>

[Missing <param name="wrappedCall"/> documentation for "M:Remotion.Linq.ReflectionUtility.GetMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Remotion.Linq.ReflectionUtility.GetMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.ReflectionUtility.GetMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

See Also