Overload List
Name | Description | |
---|---|---|
![]() | SequencedHashMap()()() |
Construct a new sequenced hash map with default initial size and load factor
|
![]() | SequencedHashMap(Int32) |
Construct a new sequenced hash map with the specified initial size and default load factor
|
![]() | SequencedHashMap(IHashCodeProvider, IComparer) |
Creates an empty Hashtable with the default initial capacity and using the default load factor,
the specified hash code provider and the specified comparer
|
![]() | SequencedHashMap(Int32, Single) |
Construct a new sequenced hash map with the specified initial size and load factor
|
![]() | SequencedHashMap(Int32, IHashCodeProvider, IComparer) |
Construct a new sequenced hash map with the specified initial size, hash code provider
and comparer
|
![]() | SequencedHashMap(Int32, Single, IHashCodeProvider, IComparer) |
Creates an empty Hashtable with the default initial capacity and using the default load factor,
the specified hash code provider and the specified comparer
|