C# 클래스 Engineer.CelestialBodies

파일 보기 프로젝트 열기: CYBUTEK/Engineer

공개 프로퍼티들

프로퍼티 타입 설명
bodies List

공개 메소드들

메소드 설명
CelestialBodies ( ) : System
this ( string name ) : Body

메소드 상세

CelestialBodies() 공개 메소드

public CelestialBodies ( ) : System
리턴 System

this() 공개 메소드

public this ( string name ) : Body
name string
리턴 Body

프로퍼티 상세

bodies 공개적으로 프로퍼티

public List bodies
리턴 List