Click or drag to resize
ImplicitUseTargetFlags Enumeration
Specify what is considered used implicitly when marked with MeansImplicitUseAttribute or UsedImplicitlyAttribute

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[FlagsAttribute]
public enum ImplicitUseTargetFlags
Members
  Member nameValueDescription
Default1
Itself1
Members2Members of entity marked with attribute are considered used
WithMembers3Entity marked with attribute and all its members considered used
See Also