Click or drag to resize
ExpressionParserFindMethod Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.FindMethod(System.Type,System.String,System.Boolean,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 FindMethod(
	Type type,
	string methodName,
	bool staticAccess,
	Expression[] args,
	out MethodBase method
)

Parameters

type
Type: SystemType
methodName
Type: SystemString
staticAccess
Type: SystemBoolean
args
Type: System.Linq.ExpressionsExpression
method
Type: System.ReflectionMethodBase

Return Value

Type: Int32
See Also