C# 클래스 Quota_Allocation, fc-solve

파일 보기 프로젝트 열기: shlomif/fc-solve 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
quota int
scan_idx int

공개 메소드들

메소드 설명
Quota_Allocation ( Quota_Allocation, other ) : System
Quota_Allocation ( int new_scan_idx, int new_quota ) : System

메소드 상세

Quota_Allocation() 공개 메소드

public Quota_Allocation ( Quota_Allocation, other ) : System
other Quota_Allocation,
리턴 System

Quota_Allocation() 공개 메소드

public Quota_Allocation ( int new_scan_idx, int new_quota ) : System
new_scan_idx int
new_quota int
리턴 System

프로퍼티 상세

quota 공개적으로 프로퍼티

public int quota
리턴 int

scan_idx 공개적으로 프로퍼티

public int scan_idx
리턴 int