[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionNodeBase.GetSupportedMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

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

Syntax

C#
protected static MethodInfo GetSupportedMethod<T>(
	Expression<Func<T>> methodCall
)
Visual Basic
Protected Shared Function GetSupportedMethod(Of T) ( _
	methodCall As Expression(Of Func(Of T)) _
) As MethodInfo
Visual C++
protected:
generic<typename T>
static MethodInfo^ GetSupportedMethod(
	Expression<Func<T>^>^ methodCall
)

Parameters

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

[Missing <param name="methodCall"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionNodeBase.GetSupportedMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

Type Parameters

T

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

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionNodeBase.GetSupportedMethod``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

See Also