C# Class System.Windows.Forms.SpecialFolderEnumConverter

Inheritance: System.ComponentModel.TypeConverter
Show file Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object

Method Details

ConvertFrom() public method

public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
context ITypeDescriptorContext
culture System
value object
return object

ConvertTo() public method

public ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System
value object
destinationType System.Type
return object