Specialization of ObservableCollection that ensures CollectionChanged notifications are sent on the correct Dispatcher thread. Otherwise, it is identical to its superclass.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ObservableTupleCollection : ObservableCollection<IObservableTuple>
Public Class ObservableTupleCollection _
	Inherits ObservableCollection(Of IObservableTuple)
public ref class ObservableTupleCollection : public ObservableCollection<IObservableTuple^>

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ObservableTupleCollection()()()()
Initializes a new instance of the ObservableTupleCollection class
Add(T) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
Clear()()()() (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
CollectionChanged (Overrides ObservableCollection<(Of <(<'T>)>)>..::..CollectionChanged.)
Contains(T) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
CopyTo(array<T>[]()[][], Int32) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
Count (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
Equals(Object) (Inherited from Object.)
GetEnumerator()()()() (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
IndexOf(T) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
Insert(Int32, T) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
Item[([( Int32])]) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
Move(Int32, Int32) (Inherited from ObservableCollection<(Of <(<'IObservableTuple>)>)>.)
Remove(T) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
RemoveAt(Int32) (Inherited from Collection<(Of <(<'IObservableTuple>)>)>.)
ToString()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'IObservableTuple>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'IObservableTuple>)>)>
      StreamBase.LiveView.API..::..ObservableTupleCollection

See Also