Daily Dotnet
Ankit Kashyap
2023-01-10
Which of the following is false about generic collections in .NET?
All .NET collections are based on either the ICollection or ICollection<T> interfaces
Dictionary<TKey,TValue> is a generic version of List<T>
List<T> is a generic version of ArrayList.
The LinkedList<T> generic class is a true linked list. It has no nongeneric counterpart.
Made with 💖 in Beautiful British Columbia 🍁