Click or drag to resize

RouletteDictionaryTKey, TValue Constructor

Overload List
  NameDescription
Public methodRouletteDictionaryTKey, 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.
Public methodRouletteDictionaryTKey, 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.
Public methodRouletteDictionaryTKey, 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.
Public methodRouletteDictionaryTKey, TValue(Int32, IEqualityComparerTKey)
Initializes a new instance of the dictionary with the specified initial capacity and uses the equality comparer for the key type.
Top
See Also