C# Class ConcertData, TapBand

Show file Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
fanReward int
id int
name string
songList List

Property Details

fanReward public property

public int fanReward
return int

id public property

public int id
return int

name public property

public string name
return string

songList public property

public List songList
return List