March 2003
Intermediate to advanced
896 pages
32h 35m
English
TypeListConverter
This class implements a TypeConverter for a list
of types. It can be used in serialization and design-time scenarios,
and would not normally be called from your own code.
public abstract class TypeListConverter : TypeConverter { // Protected Constructors protected TypeListConverter(Type[] types); // Public Instance Methods public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType); // overrides TypeConverter public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType); // overrides TypeConverter public override object ConvertFrom( ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value); // overrides TypeConverter public override object ConvertTo(ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType); // overrides TypeConverter public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context); // overrides TypeConverter public override bool GetStandardValuesExclusive(ITypeDescriptorContext context); // overrides TypeConverter public override bool GetStandardValuesSupported(ITypeDescriptorContext context); // overrides TypeConverter }
System.Object
→ TypeConverter → TypeListConverter
Read now
Unlock full access