C# 클래스 StringSwitch.Program

파일 보기 프로젝트 열기: AlexAlbala/AlterNative-Tests

공개 메소드들

메소드 설명
LessThan6CasesSwitch ( string s ) : void
MoreThan6CasesSwitch ( string s ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

LessThan6CasesSwitch() 공개 메소드

public LessThan6CasesSwitch ( string s ) : void
s string
리턴 void

MoreThan6CasesSwitch() 공개 메소드

public MoreThan6CasesSwitch ( string s ) : void
s string
리턴 void