Click or drag to resize

ImplicitUseKindFlags Enumeration

Namespace:  Resto.Front.Api.Attributes.JetBrains
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
[FlagsAttribute]
public enum ImplicitUseKindFlags
Members
  Member nameValueDescription
Default7
Access1Only entity marked with attribute considered used.
Assign2Indicates 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.
InstantiatedNoFixedConstructorSignature8Indicates implicit instantiation of a type.
See Also