Table of Contents

Class ParameterShapeAttribute

Namespace
TypeShape
Assembly
TypeShape.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; }

Property Value

string