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