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

Interface IDependencyAttribute

Namespace: Metalama.Extensions.DependencyInjection
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[RunTimeOrCompileTime]
public interface IDependencyAttribute

Methods

Name Description
GetIsLazy()

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

GetIsRequired()

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