ParseResultSuccess Property

Gets a ParseResult instance that represents successful parsing.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public static ParseResult Success { get; }

Property Value

ParseResult
An instance of the ParseResult structure.

See Also