ContextAndSharedValueT Constructor

Initializes a new instance of the ContextAndSharedValueT class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ContextAndSharedValue(
	T defValue
)

Parameters

defValue  T
The defValue based on which this ContextAndSharedValueT will be created

See Also