Open sandboxFocus

Property IsLazy

IsLazy

Gets or sets a value indicating whether the dependency should be resolved lazily upon first use. When set to false, the dependency is resolved during object construction.

Declaration
public bool? IsLazy { get; init; }
Property Value
Type Description
bool?