Click or drag to resize

ListCollectionT(ListT) Constructor

Creates a ListCollectionT

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public ListCollection(
	List<T> list
)
View Source

Parameters

list  ListT
a list to wrap this class around.
See Also