Property | Type | Description | |
---|---|---|---|
candNum | int | ||
candidateList | Candidate>.Dictionary | ||
color | Color | ||
colors | Queue |
||
name | string | ||
party | string |
Method | Description | |
---|---|---|
Candidate ( string n, int cN ) : System.Collections | ||
Candidate ( string n, int cN, Color c, string p ) : System.Collections | ||
setupColors ( ) : void |
public Candidate ( string n, int cN ) : System.Collections | ||
n | string | |
cN | int | |
return | System.Collections |
public Candidate ( string n, int cN, Color c, string p ) : System.Collections | ||
n | string | |
cN | int | |
c | Color | |
p | string | |
return | System.Collections |
public static Dictionary |
||
return | Candidate>.Dictionary |