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!

CollectionConverter Class

Provides a type converter to convert Collection objects to and from various other representations.

Object
   TypeConverter
      CollectionConverter

[Visual Basic]
Public Class CollectionConverter
   Inherits TypeConverter
[C#]
public class CollectionConverter : TypeConverter
[C++]
public __gc class CollectionConverter : public TypeConverter
[JScript]
public class CollectionConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace