ContextStaticT(FuncT) Constructor
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public ContextStatic(
Func<T> factory
)
Public Sub New (
factory As Func(Of T)
)
new :
factory : Func<'T> -> ContextStatic
Parameters
- factory FuncT
- The factory based on which this ContextStaticT will be created