Class CommandParameterAttribute
[AttributeUsage(AttributeTargets.Parameter)]
public class CommandParameterAttribute : Attribute
- Inheritance
-
CommandParameterAttribute
- Inherited Members
Constructors
CommandParameterAttribute()
public CommandParameterAttribute()
Properties
Name
public string? Name { get; init; }
Property Value
Remainder
public bool Remainder { get; init; }
Property Value
TypeReaderType
public Type? TypeReaderType { get; init; }