CommandParameterContext Class
Represents a context for
ICommandParameterInfo
related operations.
public sealed class CommandParameterContext
- Namespace
- Spectre
.Console .Cli
Constructors
-
Command
Parameter Context ( I Command Parameter Info, ITypeResolver, object) -
Initializes a new instance of the
CommandParameterContext
class.
Properties
Extension Methods
-
T And
< Command Parameter Context> (Action < Command Parameter Context> ) - 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.