Skip to content

M_CommandLine_Parser_Tokenize

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Parser.Tokenize Method

Namespace:CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

privatestaticResult<IEnumerable<Token>,Error>Tokenize(IEnumerable<string>arguments,IEnumerable<OptionSpecification>optionSpecs,ParserSettingssettings)

VB

PrivateSharedFunctionTokenize(argumentsAsIEnumerable(OfString),optionSpecsAsIEnumerable(OfOptionSpecification),settingsAsParserSettings)AsResult(OfIEnumerable(OfToken),Error)

C++

private:static Result<IEnumerable<Token^>^, Error^>^ Tokenize( IEnumerable<String^>^ arguments, IEnumerable<OptionSpecification^>^ optionSpecs, ParserSettings^ settings )

F#

privatestatic memberTokenize:arguments :IEnumerable<string>* optionSpecs : IEnumerable<OptionSpecification>* settings : ParserSettings -> Result<IEnumerable<Token>, Error>

Parameters

arguments
Type: System.Collections.Generic.IEnumerable(String)
optionSpecs
Type: System.Collections.Generic.IEnumerable(OptionSpecification)
settings
Type: CommandLine.ParserSettings

Return Value

Type: Result(IEnumerable(Token), Error)

See Also

Reference

Parser Class
CommandLine Namespace

Clone this wiki locally