UsedImplicitlyAttribute Class
Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library),
so this symbol will not be reported as unused (as well as by other usage inspections).
Namespace:
RingSoft.DbLookup.Controls.WPF.PropertiesAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
[AttributeUsageAttribute] public sealed class UsedImplicitlyAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class UsedImplicitlyAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class UsedImplicitlyAttribute sealed : public Attribute