NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringTable Class

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

Remarks

The strings are internally stored as a hash table containing only keys.

Requirements

Namespace: System.Collections

Assembly: mscorlib.dll

See Also

StringTable Members | System.Collections Namespace | String | IHashCodeProvider | Hashtable