RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

MeansImplicitUseAttribute Class

Can be applied to attributes, type parameters, and parameters of a type assignable from Type . When applied to an attribute, the decorated attribute behaves the same as UsedImplicitlyAttribute. When applied to a type parameter or to a parameter of type Type, indicates that the corresponding type is used implicitly.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


[AttributeUsageAttribute]
public sealed class MeansImplicitUseAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class MeansImplicitUseAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class MeansImplicitUseAttribute sealed : public Attribute

Inheritance Hierarchy


Object
  Attribute
    RingSoft.DbMaintenance..::..MeansImplicitUseAttribute