C# 클래스 Forseti.Team

파일 보기 프로젝트 열기: pioneers/forseti

공개 프로퍼티들

프로퍼티 타입 설명
name string
number int

공개 메소드들

메소드 설명
Team ( int theNum, string theName ) : System

메소드 상세

Team() 공개 메소드

public Team ( int theNum, string theName ) : System
theNum int
theName string
리턴 System

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

number 공개적으로 프로퍼티

public int number
리턴 int