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
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.
Namespace: System.ComponentModel
Assembly: System.dll
TypeConverter.StandardValuesCollection Members | System.ComponentModel Namespace | GetStandardValues | TypeConverter