Click or drag to resize
ReflectionUtilityGetConstructor 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 ConstructorInfo GetConstructor(
	Type type,
	Type[] arguments
)

Parameters

type
Type: SystemType
arguments
Type: SystemType

Return Value

Type: ConstructorInfo
See Also