Home
Home
Docs
API
Theme
System
Light
Dark
NuGet
GitHub
Menu
Loading menu…
Home
API
XenoAtom.CommandLine
ParseResult
Properties
ArgumentValues
Menu
On this page
ArgumentValues Property
Definition
Namespace
XenoAtom.CommandLine
Assembly
XenoAtom.CommandLine.dll
View source
Gets parsed positional argument values.
public IReadOnlyList<string> ArgumentValues { get; }
Returns
IReadOnlyList<String>