VirtualCollectionT(IListT) Constructor

Initializes a new instance of the VirtualCollectionT class as a wrapper for the specified list.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.0
C#
public VirtualCollection(
	IList<T> list
)

Parameters

list  IListT
The list that is wrapped by the new collection.

Exceptions

See Also