ReadOnlyObservableSet<T> 构造函数

Initializes a new instance of the ReadOnlyObservableSet<T> class that is empty and uses the specified equality comparer for the set type..

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected Sub New ( _
    comparer As IEqualityComparer(Of T) _
)
protected ReadOnlyObservableSet(
    IEqualityComparer<T> comparer
)

参数

.NET Framework 安全性

请参见

参考

ReadOnlyObservableSet<T> 类

Microsoft.VisualStudio.Shell 命名空间