TypeConverter.StandardValuesCollection Class
Represents a collection of values.
For a list of all members of this type, see TypeConverter.StandardValuesCollection Members.
System.Object
System.ComponentModel.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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This is a simple collection class that takes an array of values and converts it to a collection. It is lightweight and is well suited for use in GetStandardValues.
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
TypeConverter.StandardValuesCollection Members | System.ComponentModel Namespace | GetStandardValues | TypeConverter