Summary
Gets the remaining arguments.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- IApplicationState
Syntax
string[] RemainingArguments { get; }
Value
Type | Description |
---|---|
string[] | The remaining arguments. |