Table of Contents

Constructor NotNullCollection

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.