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.
Extension Methods
-
T And
< I Command Parameter Info> (Action < I Command Parameter Info> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.