[This is preliminary documentation and is subject to change.]

Specify what is considered used implicitly when marked with MeansImplicitUseAttribute or UsedImplicitlyAttribute

Namespace: JetBrains.Annotations
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[FlagsAttribute]
public enum ImplicitUseTargetFlags

Members

MemberValueDescription
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