ICommandParameterInfo Interface
Represents a command parameter.
public interface ICommandParameterInfo
- Namespace
- Spectre
.Console .Cli
Properties
- abstract string Description
- Gets the description.
- abstract Type ParameterType
- Gets the parameter type.
- abstract string PropertyName
- Gets the property name.