C# Class System.Configuration.ConfigurationConverterBase

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
CanConvertFrom ( ITypeDescriptorContext ctx, Type type ) : bool
CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool

Private Methods

Méthode Description
ValidateType ( object value, Type expected ) : void

Method Details

CanConvertFrom() public méthode

public CanConvertFrom ( ITypeDescriptorContext ctx, Type type ) : bool
ctx ITypeDescriptorContext
type System.Type
Résultat bool

CanConvertTo() public méthode

public CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool
ctx ITypeDescriptorContext
type System.Type
Résultat bool