IReadOnlyObservableSet Interface

Definition

Provides a heterogeneous collection of objects (non-type safe).

public interface class IReadOnlyObservableSet : System::Collections::IEnumerable, System::Collections::Specialized::INotifyCollectionChanged
public interface IReadOnlyObservableSet : System.Collections.IEnumerable, System.Collections.Specialized.INotifyCollectionChanged
type IReadOnlyObservableSet = interface
    interface IEnumerable
    interface INotifyCollectionChanged
Public Interface IReadOnlyObservableSet
Implements IEnumerable, INotifyCollectionChanged
Derived
Implements

Remarks

Use this interface if you are creating a solution filter from scratch. Otherwise, use the IReadOnlyObservableSet<T> interface.

Properties

Count

Gets the number of elements contained in the IReadOnlyObservableSet.

Methods

Contains(Object)

Determines whether the IReadOnlyObservableSet contains a specific value.

Applies to