CommandParameterContext Class

Represents a context for ICommandParameterInfo related operations.
public sealed class CommandParameterContext

Constructors

Properties

ICommandParameterInfo Parameter
Gets the parameter.
ITypeResolver Resolver
Gets the type resolver.
object Value
Gets tje parameter value.

Extension Methods

T And<CommandParameterContext>(Action<CommandParameterContext>)
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.