The constructors of System.Collections.Generic.Dictionary<TKey,TValue> are listed below. For a list of all members, see the Dictionary<TKey,TValue> Members list.
See Also: Inherited members from System.Object
Initializes a new dictionary that is empty, has the default initial capacity, and uses the default equality comparer. | ||
Initializes a new dictionary that contains elements copied from the specified dictionary, has sufficient capacity to accommodate the number of elements copied, and uses the default equality comparer. | ||
Initializes a new dictionary that is empty, has the default initial capacity, and uses the specified equality comparer. | ||
Initializes a new dictionary that is empty, has the specified initial capacity, and uses the default equality comparer. | ||
Initializes a new dictionary that contains elements copied from the specified dictionary, has sufficient capacity to accommodate the number of elements copied, and uses the specified equality comparer. | ||
Initializes a new dictionary that is empty, has the specified initial capacity, and uses the specified equality comparer. |
Documentation for this section has not yet been entered. |