AdvisableDictionary<TKey, TValue> Constructor |
Name | Description | |
---|---|---|
AdvisableDictionary<TKey, TValue>() |
Initializes a new instance of the AdvisableDictionary<TKey, TValue> class
that is empty, has the default initial capacity, and uses the default equality comparer for the key type.
| |
AdvisableDictionary<TKey, TValue>(IDictionary<TKey, TValue>) |
Initializes a new instance of the AdvisableDictionary<TKey, TValue> class that contains elements copied from the specified IDictionary<TKey, TValue> and uses the default equality comparer for the key type.
| |
AdvisableDictionary<TKey, TValue>(IEqualityComparer<TKey>) |
Initializes a new instance of the AdvisableDictionary<TKey, TValue> that is empty, has the default initial capacity, and uses the specified equality comparer for the key type.
| |
AdvisableDictionary<TKey, TValue>(Int32) |
Initializes a new instance of the AdvisableDictionary<TKey, TValue> class
that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.
| |
AdvisableDictionary<TKey, TValue>(IDictionary<TKey, TValue>, IEqualityComparer<TKey>) |
Initializes a new instance of the AdvisableDictionary<TKey, TValue> class that contains elements copied from the specified IDictionary<TKey, TValue> and uses the specified IEqualityComparer<T>.
| |
AdvisableDictionary<TKey, TValue>(Int32, IEqualityComparer<TKey>) |
Initializes a new instance of the AdvisableDictionary<TKey, TValue> that is empty, has a specified initial capacity, and uses the specified equality comparer for the key type.
| |
AdvisableDictionary<TKey, TValue>(SerializationInfo, StreamingContext) |
Deserialization constructor.
|