C# Class NJection.LambdaConverter.TypePromotionDecision

Afficher le fichier Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Méthodes publiques

Méthode Description
TypePromotionDecision ( Type from ) : System
TypePromotionDecision ( Type from, Type to, bool isConverted = true ) : System

Method Details

TypePromotionDecision() public méthode

public TypePromotionDecision ( Type from ) : System
from System.Type
Résultat System

TypePromotionDecision() public méthode

public TypePromotionDecision ( Type from, Type to, bool isConverted = true ) : System
from System.Type
to System.Type
isConverted bool
Résultat System