C# Class Castle.MicroKernel.SubSystems.Conversion.ArrayConverter

Inheritance: AbstractTypeConverter
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
CanHandleType ( Type type ) : bool
PerformConversion ( IConfiguration configuration, Type targetType ) : object
PerformConversion ( String value, Type targetType ) : object

Method Details

CanHandleType() public méthode

public CanHandleType ( Type type ) : bool
type System.Type
Résultat bool

PerformConversion() public méthode

public PerformConversion ( IConfiguration configuration, Type targetType ) : object
configuration IConfiguration
targetType System.Type
Résultat object

PerformConversion() public méthode

public PerformConversion ( String value, Type targetType ) : object
value String
targetType System.Type
Résultat object