C# Class StringSwitch.Program

显示文件 Open project: AlexAlbala/AlterNative-Tests

Public Methods

Method Description
LessThan6CasesSwitch ( string s ) : void
MoreThan6CasesSwitch ( string s ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

LessThan6CasesSwitch() public method

public LessThan6CasesSwitch ( string s ) : void
s string
return void

MoreThan6CasesSwitch() public method

public MoreThan6CasesSwitch ( string s ) : void
s string
return void