Click or drag to resize
ReflectionUtilityGetOperator Method

Namespace: FlexRule.DynamicEvaluation.Reflection
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static MethodInfo GetOperator(
	string operation,
	Type[] types
)

Parameters

operation
Type: SystemString
types
Type: SystemType

Return Value

Type: MethodInfo
See Also