In C #, I can create a tuple list, example:
var musicList = new List <(string URL, string Artist, string Title, string Cover, string Duration)> ();
In Google did not find anything, tell me please how to get out of this situation?
In C #, I can create a tuple list, example:
var musicList = new List <(string URL, string Artist, string Title, string Cover, string Duration)> ();
In Google did not find anything, tell me please how to get out of this situation?