Skip to content

T_CommandLine_Core_Tokenizer

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

Tokenizer Class

Inheritance Hierarchy

System.Object
  CommandLine.Core.Tokenizer
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

internal static class Tokenizer

VB

Friend NotInheritable Class Tokenizer

C++

internal ref class Tokenizer abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Tokenizer =  class end

The Tokenizer type exposes the following members.

Methods

 

Name Description
Public method Static member ConfigureTokenizer
Public method Static member ExplodeOptionList
Public method Static member Normalize
Public method Static member PreprocessDashDash
Public method Static member Tokenize(IEnumerable(String), Func(String, NameLookupResult))
Public method Static member Tokenize(IEnumerable(String), Func(String, NameLookupResult), Func(IEnumerable(Token), IEnumerable(Token)))
Private method Static member TokenizeLongName
Private method Static member TokenizeShortName
  Back to Top

See Also

Reference

CommandLine.Core Namespace

Clone this wiki locally