ICommandArgument Interface

Represents a command argument.
public interface ICommandArgument : ICommandParameter

Properties

abstract int Position
Gets the position of the argument.
abstract string Value
Gets the value of the argument.

Extension Methods

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