IReadOnlyObservableSet 接口

定义

提供常量时间包含查找的只读可观测集合。

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
派生
实现

注解

如果要从头开始创建解决方案筛选器,请使用此接口。 否则, IReadOnlyObservableSet<T> 请使用 接口。

属性

Count

获取 IReadOnlyObservableSet 中包含的元素数。

方法

Contains(Object)

确定 IReadOnlyObservableSet 是否包含特定值。

适用于