C# 클래스 PersonAddMultipleTable, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maleOrFemale bool
name string
weight double

공개 메소드들

메소드 설명
PersonAddMultipleTable ( string name, bool maleOrFemale, double weight ) : System

메소드 상세

PersonAddMultipleTable() 공개 메소드

public PersonAddMultipleTable ( string name, bool maleOrFemale, double weight ) : System
name string
maleOrFemale bool
weight double
리턴 System

프로퍼티 상세

maleOrFemale 공개적으로 프로퍼티

public bool maleOrFemale
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

weight 공개적으로 프로퍼티

public double weight
리턴 double