Property | Type | Description | |
---|---|---|---|
fileNames | List |
Method | Description | |
---|---|---|
Add ( string file ) : void | ||
Clear ( ) : void | ||
GetFirstSong ( ) : RockSmithTabExplorer.RSSongInfo | ||
GetTrackDetail ( string songKey, string arrangmentName ) : RockSmithTabExplorer.TrackDetail | ||
SongCollection ( ) : System |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | ||
OnPropertyChangedExplicit ( string propertyName ) : void |
public GetFirstSong ( ) : RockSmithTabExplorer.RSSongInfo | ||
return | RockSmithTabExplorer.RSSongInfo |
public GetTrackDetail ( string songKey, string arrangmentName ) : RockSmithTabExplorer.TrackDetail | ||
songKey | string | |
arrangmentName | string | |
return | RockSmithTabExplorer.TrackDetail |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
protected OnPropertyChangedExplicit ( string propertyName ) : void | ||
propertyName | string | |
return | void |