Maintains a Hashtable of strings.
For a list of all members of this type, see StringHashtable Members.
System.Object
Sitecore.Collections.StringHashtable
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
StringHashtable table = new StringHashtable(); table["myKey"] = "Hello world"; int count = table.Count; // 1 string myValue = table["myKey"]; // "Hello world"
Namespace: Sitecore.Collections
Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)
StringHashtable Members | Sitecore.Collections Namespace