ObservableDictionaryTKey, TValue Constructor (IEqualityComparerTKey) |
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ObservableDictionary(
IEqualityComparer<TKey> comparer
)
Public Sub New (
comparer As IEqualityComparer(Of TKey)
)
public:
ObservableDictionary(
IEqualityComparer<TKey>^ comparer
)
new :
comparer : IEqualityComparer<'TKey> -> ObservableDictionary
Parameters
- comparer
- Type: System.Collections.GenericIEqualityComparerTKey
The IEqualityComparerT implementation to use
when comparing keys, or null to use the default IEqualityComparerT for the type of the key.
See Also