ImplicitUseKindFlags - перечисление

The implicit use kind flags.

Definition

Пространство имён: Tessa.Properties.Resharper
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
[FlagsAttribute]
public enum ImplicitUseKindFlags

Члены

Access1 Only entity marked with attribute considered used
Assign2 Indicates implicit assignment to a member
InstantiatedWithFixedConstructorSignature4 Indicates implicit instantiation of a type with fixed constructor signature. That means any unused constructor parameters won't be reported as such.
Default7 The default.
InstantiatedNoFixedConstructorSignature8 Indicates implicit instantiation of a type

См. также