Click or drag to resize
ExpressionParserFindIndexer Method

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

Parameters

type
Type: SystemType
args
Type: System.Linq.ExpressionsExpression
method
Type: System.ReflectionMethodBase

Return Value

Type: Int32
See Also