TypedControlDataT(FuncT) Constructor

Initializes a new instance of the TypedControlDataT class.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public TypedControlData(
	Func<T> getValue
)

Parameters

getValue  FuncT
The getValue based on which this TypedControlDataT will be created

See Also