You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the use of a
collection type that represents a doubly linked list.
Which of the following is the collection type being discussed?
A.
The List<T>collection type.
B.
The SortedList<T> collection type.
C.
The SortedSet<T> collection type.
D.
The LinkedList<T> collection type.
Explanation:
A
D
D
https://msdn.microsoft.com/en-us/library/he2s3bh7(v=vs.110).aspx
It’s D.