ImplicitUseTargetFlags - перечисление |
Пространство имён:
Tessa.Properties.Resharper
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [FlagsAttribute]
public enum ImplicitUseTargetFlags
<FlagsAttribute>
Public Enumeration ImplicitUseTargetFlags
[FlagsAttribute]
public enum class ImplicitUseTargetFlags
[<FlagsAttribute>]
type ImplicitUseTargetFlags
Члены
| Имя члена | Значение | Описание |
---|
| Default | 1 |
The default.
|
| Itself | 1 |
The itself.
|
| Members | 2 |
Members of entity marked with attribute are considered used
|
| WithMembers | 3 |
Entity marked with attribute and all its members considered used
|
См. также