Click or drag to resize
UsedImplicitlyAttribute Class
Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), so this symbol will not be marked as unused (as well as by other usage inspections)
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Hangfire.AnnotationsUsedImplicitlyAttribute

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class UsedImplicitlyAttribute : Attribute

The UsedImplicitlyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodUsedImplicitlyAttribute
Initializes a new instance of the UsedImplicitlyAttribute class
Public methodUsedImplicitlyAttribute(ImplicitUseKindFlags)
Initializes a new instance of the UsedImplicitlyAttribute class
Public methodUsedImplicitlyAttribute(ImplicitUseTargetFlags)
Initializes a new instance of the UsedImplicitlyAttribute class
Public methodUsedImplicitlyAttribute(ImplicitUseKindFlags, ImplicitUseTargetFlags)
Initializes a new instance of the UsedImplicitlyAttribute class
Top
Properties
  NameDescription
Public propertyTargetFlags
Public propertyUseKindFlags
Top
See Also