![]() | RouletteDictionaryTKey, TValue Constructor |
Name | Description | |
---|---|---|
![]() | RouletteDictionaryTKey, TValue |
Initializes a new instance of the dictionary that is empty,
has the default initial capacity, and uses the default equality comparer for the key type.
|
![]() | RouletteDictionaryTKey, TValue(IEqualityComparerTKey) |
Initializes a new instance of the dictionary that is empty,
has the default initial capacity, and uses the specified equality comparer for the key type.
|
![]() | RouletteDictionaryTKey, TValue(Int32) |
Initializes a new instance of the dictionary that is empty,
has the specified initial capacity, and uses the default equality comparer for the key type.
|
![]() | RouletteDictionaryTKey, TValue(Int32, IEqualityComparerTKey) |
Initializes a new instance of the dictionary with the specified
initial capacity and uses the equality comparer for the key type.
|