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

Method IDependencyAttribute.GetIsRequired

IDependencyAttribute.GetIsRequired()

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

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