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!

StringCollection Class

Collection of Strings

Object
   StringCollection

[Visual Basic]
Public Class StringCollection
   Implements IList, ICollection, IEnumerable
[C#]
public class StringCollection : IList, ICollection, IEnumerable
[C++]
public __gc class StringCollection : public IList, ICollection,
   IEnumerable
[JScript]
public class StringCollection implements IList, ICollection,
   IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.Collections

Assembly: System.dll

See Also

StringCollection Members | System.Collections Namespace