Gets the number of strings in the table.
The number of strings in the table.
StringHashtable table = new StringHashtable(); table["myKey"] = "Hello world"; int count = table.Count; // 1
StringHashtable Class | Sitecore.Collections Namespace