Click or drag to resize
ReflectionUtilityGetMethods 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 IEnumerable<MethodInfo> GetMethods(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: IEnumerableMethodInfo
See Also