ImplicitUseKindFlags Enumeration |
Namespace:
Resto.Front.Api.Attributes.JetBrains
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax[FlagsAttribute]
public enum ImplicitUseKindFlags
Members
| Member name | Value | Description |
---|
| Default | 7 | |
| 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.
|
| InstantiatedNoFixedConstructorSignature | 8 | Indicates implicit instantiation of a type. |
See Also