Click or drag to resize
ExpressionParserIsApplicable Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.IsApplicable(System.Linq.Dynamic.ExpressionParser.MethodData,System.Linq.Expressions.Expression[])"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private bool IsApplicable(
	ExpressionParserMethodData method,
	Expression[] args
)

Parameters

method
Type: System.Linq.DynamicExpressionParserMethodData
args
Type: System.Linq.ExpressionsExpression

Return Value

Type: Boolean
See Also