TwoWayDictionaryTFirst, TSecond Constructor |
Name | Description | |
---|---|---|
TwoWayDictionaryTFirst, TSecond |
Initializes a new instance of the TwoWayDictionaryTFirst, TSecond class
that is empty, has the default initial capacity, and uses the default equality comparer
for the key type.
| |
TwoWayDictionaryTFirst, TSecond(IDictionaryTFirst, TSecond) |
Initializes a new instance of the TwoWayDictionaryTFirst, TSecond class
that contains elements copied from the specified dictionary and uses the default equality
comparer for the key type.
| |
TwoWayDictionaryTFirst, TSecond(Int32) |
Initializes a new instance of the TwoWayDictionaryTFirst, TSecond class
that is empty, has the specified initial capacity, and uses the default equality comparer
for the key type.
|