Click or drag to resize
ReflectionUtilityCreateListOf 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 IList CreateListOf(
	Type type,
	bool threadSafeList = false
)

Parameters

type
Type: SystemType
threadSafeList (Optional)
Type: SystemBoolean

Return Value

Type: IList
See Also