Represents an unsorted set of strings.
Object
StringTable
[Visual Basic] Public Class StringTable Implements ICollection, IEnumerable [C#] public class StringTable : ICollection, IEnumerable [C++] public __gc class StringTable : public ICollection, IEnumerable [JScript] public class StringTable implements ICollection, IEnumerable
The strings are internally stored as a hash table containing only keys.
Namespace: System.Collections
Assembly: mscorlib.dll
StringTable Members | System.Collections Namespace | String | IHashCodeProvider | Hashtable