C# 클래스 Boy_Scouts_Scheduler.GreedyAlgorithm.Availability

파일 보기 프로젝트 열기: MoustafaEid/Boy-Scouts-Scheduler

공개 프로퍼티들

프로퍼티 타입 설명
DayNumber int
Slots List

공개 메소드들

메소드 설명
Availability ( int D, List S ) : System

메소드 상세

Availability() 공개 메소드

public Availability ( int D, List S ) : System
D int
S List
리턴 System

프로퍼티 상세

DayNumber 공개적으로 프로퍼티

public int DayNumber
리턴 int

Slots 공개적으로 프로퍼티

public List Slots
리턴 List