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!

TypeConverter.StandardValuesCollection Class

Represents a collection of values.

Object
   TypeConverter.StandardValuesCollection

[Visual Basic]
Public Class TypeConverter.StandardValuesCollection
   Implements ICollection, IEnumerable
[C#]
public class TypeConverter.StandardValuesCollection : ICollection,
   IEnumerable
[C++]
public __gc class TypeConverter.StandardValuesCollection : public
   ICollection, IEnumerable
[JScript]
public class TypeConverter.StandardValuesCollection implements
   ICollection, IEnumerable

Remarks

This is a simple collection class that takes an array of values and converts it to a collection. It is very lightweight and is well suited for use in GetStandardValues.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

TypeConverter.StandardValuesCollection Members | System.ComponentModel Namespace | GetStandardValues | TypeConverter