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

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
[FlagsAttribute]
public enum ImplicitUseTargetFlags
Members
  Member nameValueDescription
Default1
Itself1
Members2 Members of entity marked with attribute are considered used
WithMembers3 Entity marked with attribute and all its members considered used
See Also