Go to the source code of this file.
|
class | SiliconStudio.Presentation.Collections.NonGenericObservableListWrapper< T > |
| A class that wraps an instance of the ObservableList{T} class and implement the IList interface. In some scenarii, IList does not support range changes on the collection (Especially when bound to a ListCollectionView). This is why the ObservableList{T} class does not implement this interface directly. However this wrapper class can be used when the IList interface is required. More...
|
|