SelectControlType Constructor

Initializes a new instance of the SelectControlType class.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public SelectControlType(
	Func<Type, bool> filterTypes,
	string parkOnType,
	Func<Type, bool> isSameType
)

Parameters

filterTypes  FuncType, Boolean
The filterTypes based on which this SelectControlType will be created
parkOnType  String
The parkOnType based on which this SelectControlType will be created
isSameType  FuncType, Boolean
The isSameType based on which this SelectControlType will be created

See Also