ImplicitUseKindFlags Enumeration |
[Missing <summary> documentation for "T:Hangfire.Annotations.ImplicitUseKindFlags"]
Namespace: Hangfire.Annotations
Member name | Value | Description | |
---|---|---|---|
Default | 7 | ||
Access | 1 | Only entity marked with attribute considered used | |
Assign | 2 | Indicates implicit assignment to a member | |
InstantiatedWithFixedConstructorSignature | 4 | Indicates implicit instantiation of a type with fixed constructor signature. That means any unused constructor parameters won't be reported as such. | |
InstantiatedNoFixedConstructorSignature | 8 | Indicates implicit instantiation of a type |