  | ValSortCreateParser Method | 
            Creates a CommandLineParserT instance using the specified options.
            
Namespace: Ookii.Jumbo.Jet.SamplesAssembly: Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static CommandLineParser<ValSort> CreateParser(
	ParseOptions? options = null
)
Public Shared Function CreateParser ( 
	Optional options As ParseOptions = Nothing
) As CommandLineParser(Of ValSort)
public:
static CommandLineParser<ValSort^>^ CreateParser(
	ParseOptions^ options = nullptr
)
static member CreateParser : 
        ?options : ParseOptions 
(* Defaults:
        let _options = defaultArg options null
*)
-> CommandLineParser<ValSort> Parameters
- options  ParseOptions  (Optional)
 - 
            The options that control parsing behavior, or  to use the
            default options.
            
 
Return Value
CommandLineParserValSort
            An instance of the 
CommandLineParserT class for the 
ValSort class.
            
Implements
IParserProviderTSelfCreateParser(ParseOptions)
See Also