InvokerParameterNameAttribute Class
Indicates that the function argument should be a string literal and match one
of the parameters of the caller function. For example, ReSharper annotates
the parameter of ArgumentNullException.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class InvokerParameterNameAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class InvokerParameterNameAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class InvokerParameterNameAttribute sealed : public Attribute