Metalama//API Documentation/Extensions API/Metalama.​Extensions.​Dependency­Injection/Dependency­Attribute/IDependency­Attribute.​Get­Is­Lazy
Open sandboxFocus

Method IDependencyAttribute.GetIsLazy

IDependencyAttribute.GetIsLazy()

Gets the value of the IsLazy if it has been assigned, or null if it has not been assigned.

Declaration
Nullable<bool> IDependencyAttribute.GetIsLazy()
Returns
Type Description
Nullable<Boolean>
Implements
IDependencyAttribute.GetIsLazy()