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 class List
- Inheritance
-
List
- Inherited Members
Constructors
List()
public List()
Methods
Map(ICollection)
List.Map returns a ListMapper, which can be used to map the original collection to another collection.
public static ListMapper Map(ICollection actual)
Parameters
actual
ICollection