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: 10.4.13.0
Syntax
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