Collection Performance: Creating A New List Or Linkedlist While Adding Items Using The Constructor

In many of the collection types in .NET, you can fill a collection at the same time the object is created as that can improve performance. This article shows the performance results for List and LinkedList.