C# Class StringSwitch.Program

Afficher le fichier Open project: AlexAlbala/AlterNative-Tests

Méthodes publiques

Méthode Description
LessThan6CasesSwitch ( string s ) : void
MoreThan6CasesSwitch ( string s ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

LessThan6CasesSwitch() public méthode

public LessThan6CasesSwitch ( string s ) : void
s string
Résultat void

MoreThan6CasesSwitch() public méthode

public MoreThan6CasesSwitch ( string s ) : void
s string
Résultat void