C# Class System.Windows.Forms.SpecialFolderEnumConverter

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode Description
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object

Method Details

ConvertFrom() public méthode

public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
context ITypeDescriptorContext
culture System
value object
Résultat object

ConvertTo() public méthode

public ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System
value object
destinationType System.Type
Résultat object