C# 클래스 entity.Main.MainmenuEdit.teams

The teams.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Teams bool[]

공개 메소드들

메소드 설명
GetTotal ( ) : byte

The get total.

teams ( int numberOfTeams ) : System

Initializes a new instance of the teams class.

메소드 상세

GetTotal() 공개 메소드

The get total.
public GetTotal ( ) : byte
리턴 byte

teams() 공개 메소드

Initializes a new instance of the teams class.
public teams ( int numberOfTeams ) : System
numberOfTeams int The number of teams.
리턴 System

프로퍼티 상세

Teams 공개적으로 프로퍼티

The teams.
public bool[] Teams
리턴 bool[]