Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AI_Project_3
Major
C# Class AI_Project_3.Major
显示文件
Open project: ifwong/CS175_group2
Class Usage Examples
Public Methods
Method
Description
GetMajor
(
int
i
) :
String
Major
( ) :
System
addMajor
(
String
s
) :
void
getMinor
(
int
i
) :
String
Method Details
GetMajor()
public
method
public
GetMajor
(
int
i
) :
String
i
int
return
String
Major()
public
method
public
Major
( ) :
System
return
System
addMajor()
public
method
public
addMajor
(
String
s
) :
void
s
String
return
void
getMinor()
public
method
public
getMinor
(
int
i
) :
String
i
int
return
String