C# 클래스 ConcertData, TapBand

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

공개 프로퍼티들

프로퍼티 타입 설명
fanReward int
id int
name string
songList List

프로퍼티 상세

fanReward 공개적으로 프로퍼티

public int fanReward
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

songList 공개적으로 프로퍼티

public List songList
리턴 List