ObservableCollectionExtensions Class

Entity Framework 6.0
 

Extension methods for ObservableCollection<T>.

Namespace:   System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

System::Object
  System.Data.Entity::ObservableCollectionExtensions

[ExtensionAttribute]
public ref class ObservableCollectionExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticToBindingList<T>(ObservableCollection<T>^)

Returns an BindingList<T> implementation that stays in sync with the given ObservableCollection<T>.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: