Updated Index checking bound on Linked List
This commit is contained in:
@ -19,5 +19,5 @@ list2.Append(3);
|
||||
|
||||
LinkedList<int> list3 = LinkedList<int>.Create(list, list2);
|
||||
|
||||
int x = list3[2] = 5;
|
||||
int x = list3[5] = 5;
|
||||
Console.ReadLine();
|
Reference in New Issue
Block a user