C# 클래스 Candidate, oculus_data_vis

파일 보기 프로젝트 열기: renketsu0/oculus_data_vis 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
candNum int
candidateList Candidate>.Dictionary
color Color
colors Queue
name string
party string

공개 메소드들

메소드 설명
Candidate ( string n, int cN ) : System.Collections
Candidate ( string n, int cN, Color c, string p ) : System.Collections
setupColors ( ) : void

메소드 상세

Candidate() 공개 메소드

public Candidate ( string n, int cN ) : System.Collections
n string
cN int
리턴 System.Collections

Candidate() 공개 메소드

public Candidate ( string n, int cN, Color c, string p ) : System.Collections
n string
cN int
c Color
p string
리턴 System.Collections

setupColors() 공개 정적인 메소드

public static setupColors ( ) : void
리턴 void

프로퍼티 상세

candNum 공개적으로 프로퍼티

public int candNum
리턴 int

candidateList 공개적으로 정적으로 프로퍼티

public static Dictionary candidateList
리턴 Candidate>.Dictionary

color 공개적으로 프로퍼티

public Color color
리턴 Color

colors 공개적으로 정적으로 프로퍼티

public static Queue colors
리턴 Queue

name 공개적으로 프로퍼티

public string name
리턴 string

party 공개적으로 프로퍼티

public string party
리턴 string