Class ParameterShapeAttribute
- Namespace
- PolyType
- Assembly
- PolyType.dll
Configures the shape of a parameter for a given constructor.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)]
public class ParameterShapeAttribute : Attribute
- Inheritance
-
ParameterShapeAttribute
- Inherited Members
Properties
Name
Specifies a custom name to be used for the particular parameter.
public string? Name { get; init; }