[This is preliminary documentation and is subject to change.]
Specify what is considered used implicitly when marked with MeansImplicitUseAttribute or UsedImplicitlyAttribute
Namespace: JetBrains.AnnotationsAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[FlagsAttribute] public enum ImplicitUseTargetFlags
Members
| Member | Value | Description |
|---|---|---|
| Default | 1 | |
| Itself | 1 | |
| Members | 2 |
Members of entity marked with attribute are considered used
|
| WithMembers | 3 |
Entity marked with attribute and all its members considered used
|