Overload List
Name | Description | |
---|---|---|
SequencedHashMap()()()() |
Construct a new sequenced hash map with default initial size and load factor
| |
SequencedHashMap(IEqualityComparer) |
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) |
Construct a new sequenced hash map with the specified initial size and default load factor
| |
SequencedHashMap(Int32, IEqualityComparer) |
Construct a new sequenced hash map with the specified initial size, hash code provider
and comparer
| |
SequencedHashMap(Int32, Single) |
Construct a new sequenced hash map with the specified initial size and load factor
| |
SequencedHashMap(Int32, Single, IEqualityComparer) |
Creates an empty Hashtable with the default initial capacity and using the default load factor,
the specified hash code provider and the specified comparer
|