ContextStaticT(FuncT) Constructor

Initializes a new instance of the ContextStaticT class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ContextStatic(
	Func<T> factory
)

Parameters

factory  FuncT
The factory based on which this ContextStaticT will be created

See Also