List of albums (key = artist name, value = album title).
Declaration Syntax
C# | Visual Basic |
public Dictionary<string, List<string>> AllAlbums { get; set; }
Public Property AllAlbums As Dictionary(Of String, List(Of String)) Get Set
C# | Visual Basic |
public Dictionary<string, List<string>> AllAlbums { get; set; }
Public Property AllAlbums As Dictionary(Of String, List(Of String)) Get Set