Click or drag to resize

LocalTFactory Property

Gets or sets the creation code, called for each new contextual use

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Func<T> Factory { get; set; }

Property Value

Type: FuncT
See Also