Click or drag to resize
DisposableReadOnlyObservableCollectionT Class
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionT
    System.Collections.ObjectModelReadOnlyObservableCollectionT
      Lawo.ComponentModelDisposableReadOnlyObservableCollectionT

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class DisposableReadOnlyObservableCollection<T> : ReadOnlyObservableCollection<T>, 
	IDisposable

Type Parameters

T
The type of the elements in the collection.

The DisposableReadOnlyObservableCollectionT type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionT.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionT.)
Top
Methods
  NameDescription
Public methodContains (Inherited from ReadOnlyCollectionT.)
Public methodCopyTo (Inherited from ReadOnlyCollectionT.)
Public methodDispose
Unsubscribes the underlying collection from change notifications.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodFilterT
Returns an optionally sorted collection of items filtered from the items in originalItems.
(Defined by FilterHelper.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also