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

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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