Click or drag to resize

StringMap Constructor (Hashtable)

Populate the collection from the specified hash table. This can be used to construct the collection using OpenHashtable(String)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public StringMap(
	Hashtable hash
)

Parameters

hash
Type: System.CollectionsHashtable
See Also