C# Class WaveBox.Core.ApiResponse.AlbumArtistsResponse

Inheritance: IApiResponse
Afficher le fichier Open project: einsteinx2/WaveBox

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AlbumArtistsResponse ( string error, IList albumArtists, IList albums, IList songs, int>.Dictionary counts, string lastfmInfo, int>.PairList sectionPositions ) : System

Method Details

AlbumArtistsResponse() public méthode

public AlbumArtistsResponse ( string error, IList albumArtists, IList albums, IList songs, int>.Dictionary counts, string lastfmInfo, int>.PairList sectionPositions ) : System
error string
albumArtists IList
albums IList
songs IList
counts int>.Dictionary
lastfmInfo string
sectionPositions int>.PairList
Résultat System