C# Class WaveBox.Core.ApiResponse.ArtistsResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ArtistsResponse() public méthode

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