ReadOnlyObservableSet<T>, constructeur
Initializes a new instance of the ReadOnlyObservableSet<T> class that is empty and uses the specified equality comparer for the set type..
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
comparer As IEqualityComparer(Of T) _
)
protected ReadOnlyObservableSet(
IEqualityComparer<T> comparer
)
Paramètres
- comparer
Type : System.Collections.Generic.IEqualityComparer<T>
The implementation to use when comparing values in the set, or null to use the default EqualityComparer implementation for the set type.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.