C# Tutorial: Nested Lists

preview_player
Показать описание
In this video I go over how to use nested lists and how to implement them
Рекомендации по теме
Комментарии
Автор

Wonderful tutorial!
I'm creating a bounty system and I had originally planned to create a list of array's in a similar fashion. I wasn't able to remove the elements in the array which is what led me here. So thank you for fixing my problem!

VinciWare
Автор

Question, how would you go about printing out only say the second value in the list to the console? Would you do so by index? If so what would be the syntax?

absynthese
Автор

Can we use different object type list inside a list

hiteshkashyap
Автор

How to do operations on a nested list?

kacperk
Автор

Tried printing 'list' object (in your line 16) at line 22 and was expecting 1, 2 and 3 but all I get is 1.

Count = 3

List Elements 1
List Elements 2
List Elements 3

List Elements 4
List Elements 5
List Elements 6
List Elements 7

List Elements 8
Press any key to continue . . .

aliabbas-syed