ParseResultSuccess Property
Gets a
ParseResult instance that represents successful parsing.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public static ParseResult Success { get; }
Public Shared ReadOnly Property Success As ParseResult
Get
Dim value As ParseResult
value = ParseResult.Success
public:
static property ParseResult Success {
ParseResult get ();
}
Property Value
ParseResult
An instance of the
ParseResult structure.