Home
Home
Docs
API
Theme
System
Light
Dark
NuGet
GitHub
Menu
Loading menu…
Home
API
XenoAtom.CommandLine
ParseResult
Properties
Errors
Menu
On this page
Errors Property
Definition
Namespace
XenoAtom.CommandLine
Assembly
XenoAtom.CommandLine.dll
View source
Gets parsing errors collected during parsing.
public IReadOnlyList<CommandException> Errors { get; }
Returns
IReadOnlyList<CommandException>