Class containing the results of a Spotify search
Namespace:
SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
| 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 |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Spotify.SearchResults`1"]