C# Class ConcertData, TapBand

Exibir arquivo Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
fanReward int
id int
name string
songList List

Property Details

fanReward public_oe property

public int fanReward
return int

id public_oe property

public int id
return int

name public_oe property

public string name
return string

songList public_oe property

public List songList
return List