Overload List

  NameDescription
Public methodSequencedHashMap()()()()
Construct a new sequenced hash map with default initial size and load factor
Public methodSequencedHashMap(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
Public methodSequencedHashMap(Int32)
Construct a new sequenced hash map with the specified initial size and default load factor
Public methodSequencedHashMap(Int32, IEqualityComparer)
Construct a new sequenced hash map with the specified initial size, hash code provider and comparer
Public methodSequencedHashMap(Int32, Single)
Construct a new sequenced hash map with the specified initial size and load factor
Public methodSequencedHashMap(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

See Also