Table of Contents

Class OptionalDependencyAttribute

Namespace
LfrlAnvil.Dependencies
Assembly
LfrlAnvil.Dependencies.dll

Represents a default attribute that can be used for marking parameters and members as optional dependencies.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter)]
public sealed class OptionalDependencyAttribute : Attribute
Inheritance
OptionalDependencyAttribute
Inherited Members