Class NamedAttribute
[AttributeUsage(AttributeTargets.Parameter)]
public class NamedAttribute : Attribute
- Inheritance
-
NamedAttribute
- Inherited Members
Constructors
NamedAttribute()
public NamedAttribute()
NamedAttribute(string)
public NamedAttribute(string name)
Parameters
namestring
Properties
Name
public string? Name { get; }