Constructor BaseCollection
BaseCollection()
Initializes a new instance of the BaseCollection<T> class.
public BaseCollection()
BaseCollection(List<T>)
Initializes a new instance of the collection as a wrapper for the specified list.
public BaseCollection(List<T> list)
Parameters
list
List<T>The list that is wrapped by the new collection.