Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
NonGenericObservableListWrapper.cs File Reference

Go to the source code of this file.

Classes

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...
 

Namespaces

package  SiliconStudio.Presentation.Collections