Constructors: NewHashtable

NewHashtable

Creates a new Hashtable object with specific settings.



 Public Function NewHashtable(
	  Optional ByVal d As IDictionary,
	  Optional ByVal hcp As IHashcodeProvider,
	  Optional ByVal Comparer As IComparer ) As Hashtable

Parameters

d
[ByVal] Optional. IDictionary. An IDictionary object containing keys and values to be added to the Hashtable.
hcp
[ByVal] Optional. IHashcodeProvider. A hashcode generator used in place of the default hashcode algorithm.
Comparer
[ByVal] Optional. IComparer. A custom comparer used to compare specific values.

Return Values

Hashtable -  A new Hashtable object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewHashAlgorithmBase NewHMACBase