Click or drag to resize

ReadOnlyObservableCollectionAdapterT, TList Constructor

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
protected ReadOnlyObservableCollectionAdapter(
	TList items
)

Parameters

items
Type: TList
The items.
See Also