IReadOnlyObservableSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A readonly observable collection that provides for constant time Contains look up.
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. |