Class containing the results of a Spotify search

Namespace:  Spotify
Assembly:  Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)

Collapse imageSyntax

C#
public class SearchResults<T>
where T : new(), SpotifyItem
Visual Basic (Declaration)
Public Class SearchResults(Of T As {New, SpotifyItem})
Visual C++
generic<typename T>
where T : gcnew(), SpotifyItem
public ref class SearchResults

Collapse imageType Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Spotify.SearchResults`1"]

Collapse imageInheritance Hierarchy

System..::.Object
  Spotify..::.SearchResults<(Of <(T>)>)

Collapse imageSee Also