Click or drag to resize

ObservableDictionary<TKey, TValue> Constructor (Int32, IEqualityComparer<TKey>)

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(
	int capacity,
	IEqualityComparer<TKey> comparer
)

Parameters

capacity
Type: System.Int32
The initial number of elements that the Dictionary<TKey, TValue> can contain.
comparer
Type: System.Collections.Generic.IEqualityComparer<TKey>
The IEqualityComparer<T> implementation to use when comparing keys, or null to use the default IEqualityComparer<T> for the type of the key.
See Also