<PackageReference Include="nunit" Version="2.5.9.10348" />

List

public class List
The List class is a helper class with properties and methods that supply a number of constraints used with lists and collections.
public List()

public static ListMapper Map(ICollection actual)

List.Map returns a ListMapper, which can be used to map the original collection to another collection.