[FlagsAttribute]
public enum ImplicitUseKindFlags<FlagsAttribute>
Public Enumeration ImplicitUseKindFlags[FlagsAttribute]
public enum class ImplicitUseKindFlags[<FlagsAttribute>]
type ImplicitUseKindFlags| Access | 1 | Only entity marked with attribute considered used |
| Assign | 2 | Indicates implicit assignment to a member |
| InstantiatedWithFixedConstructorSignature | 4 | Indicates implicit instantiation of a type with fixed constructor signature. That means any unused constructor parameters won't be reported as such. |
| Default | 7 | The default. |
| InstantiatedNoFixedConstructorSignature | 8 | Indicates implicit instantiation of a type |
| GetDescription |
Возвращает описание, указанное в строке атрибута [Description] для заданного значения перечисления.
(Определяется PlatformExtensions) |
| SetFlagT |
Устанавливает или сбрасывает указанный флаг у флагового перечисления.
(Определяется PlatformExtensions) |