C# 클래스 CinderellaLauncher.Program

파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS

공개 메소드들

메소드 설명
EarlyLateTime ( System.DateTime appointmentTime ) : double
GetPairedCinderellas ( List &PairedCinderella ) : void
GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
SortCinderellas ( List &unsortedCinderella ) : List

비공개 메소드들

메소드 설명
GetCinderellas ( List &Cinderella, int count, List &oldCinderellas ) : void
GetGodMothers ( List &godMother, int count, List &oldGodMothers ) : void
Main ( ) : void
Main ( string args ) : void

메소드 상세

EarlyLateTime() 공개 메소드

public EarlyLateTime ( System.DateTime appointmentTime ) : double
appointmentTime System.DateTime
리턴 double

GetPairedCinderellas() 공개 메소드

public GetPairedCinderellas ( List &PairedCinderella ) : void
PairedCinderella List
리턴 void

GetPairedGodMother() 공개 메소드

public GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
PairedGodMother List
PairedCinderella List
리턴 void

SortCinderellas() 공개 메소드

public SortCinderellas ( List &unsortedCinderella ) : List
unsortedCinderella List
리턴 List