C# Class CmdLine.Tokenizer

Afficher le fichier Open project: goldshtn/msos

Private Properties

Свойство Type Description
Advance void
EatNonWhitespace string
EatOption void
EatQuotedValue void
EatRawValue void
EatWhitespace void

Méthodes publiques

Méthode Description
Tokenizer ( string input ) : System

Private Methods

Méthode Description
Advance ( ) : void
EatNonWhitespace ( ) : string
EatOption ( ) : void
EatQuotedValue ( ) : void
EatRawValue ( ) : void
EatWhitespace ( ) : void

Method Details

Tokenizer() public méthode

public Tokenizer ( string input ) : System
input string
Résultat System