Click or drag to resize
ExpressionParserFindBestMethod Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.FindBestMethod(System.Collections.Generic.IEnumerable{System.Reflection.MethodBase},System.Linq.Expressions.Expression[],System.Reflection.MethodBase@)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private int FindBestMethod(
	IEnumerable<MethodBase> methods,
	Expression[] args,
	out MethodBase method
)

Parameters

methods
Type: System.Collections.GenericIEnumerableMethodBase
args
Type: System.Linq.ExpressionsExpression
method
Type: System.ReflectionMethodBase

Return Value

Type: Int32
See Also