[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | EventedDictionary TKey, TValue, TContext |
Initializes a new instance that is empty, has the default initial capacity, and uses the default
equality comparer for the key type.
|
![]() | EventedDictionary TKey, TValue, TContext (TContext, Boolean) |
Initializes a new instance that is empty, has the default initial capacity, and uses the default
equality comparer for the key type.
|
![]() | EventedDictionary TKey, TValue, TContext (TContext, Boolean, IDictionary TKey, TValue ) |
Initializes a new instance that contains elements copied from the specified IDictionary[TKey,TValue]
and uses the default equality comparer for the key type.
|
![]() | EventedDictionary TKey, TValue, TContext (TContext, Boolean, IEqualityComparer TKey ) |
Initializes a new instance that is empty, has the default initial capacity, and uses the specified
IEqualityComparer[T].
|
![]() | EventedDictionary TKey, TValue, TContext (TContext, Boolean, Int32) |
Initializes a new instance that is empty, has the specified initial capacity, and uses the default
equality comparer for the key type.
|
![]() | EventedDictionary TKey, TValue, TContext (TContext, Boolean, IDictionary TKey, TValue , IEqualityComparer TKey ) |
Initializes a new instance that contains elements copied from the specified IDictionary[TKey,TValue]
and uses the specified IEqualityComparer[T].
|
![]() | EventedDictionary TKey, TValue, TContext (TContext, Boolean, Int32, IEqualityComparer TKey ) |
Initializes a new instance of the Dictionary[TKey,TValue]
class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer[T]
|
See Also