C# Class WordCountArgParser, shared-source-cli-2.0

Inheritance: ArgParser
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetPathnameEnumerator ( ) : IEnumerator
OnUsage ( String errorInfo ) : void
WordCountArgParser ( ) : System

Méthodes protégées

Méthode Description
OnDoneParse ( ) : SwitchStatus
OnNonSwitch ( String switchValue ) : SwitchStatus
OnSwitch ( String switchSymbol, String switchValue ) : SwitchStatus

Method Details

GetPathnameEnumerator() public méthode

public GetPathnameEnumerator ( ) : IEnumerator
Résultat IEnumerator

OnDoneParse() protected méthode

protected OnDoneParse ( ) : SwitchStatus
Résultat SwitchStatus

OnNonSwitch() protected méthode

protected OnNonSwitch ( String switchValue ) : SwitchStatus
switchValue String
Résultat SwitchStatus

OnSwitch() protected méthode

protected OnSwitch ( String switchSymbol, String switchValue ) : SwitchStatus
switchSymbol String
switchValue String
Résultat SwitchStatus

OnUsage() public méthode

public OnUsage ( String errorInfo ) : void
errorInfo String
Résultat void

WordCountArgParser() public méthode

public WordCountArgParser ( ) : System
Résultat System