ListCollectionT(ListT) Constructor

Creates a ListCollectionT

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
public ListCollection(
	List<T> list
)

Parameters

list  ListT
a list to wrap this class around.

See Also