Click or drag to resize

ObservableCollectionReversingWrapperT Constructor

Initializes a new instance of the ObservableCollectionReversingWrapperT class.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollectionReversingWrapper(
	ObservableCollection<T> coll
)

Parameters

coll  ObservableCollectionT
The wrapped collection.
See Also