C# Class NJection.LambdaConverter.TypePromotionDecision

Datei anzeigen Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Public Methods

Method Description
TypePromotionDecision ( Type from ) : System
TypePromotionDecision ( Type from, Type to, bool isConverted = true ) : System

Method Details

TypePromotionDecision() public method

public TypePromotionDecision ( Type from ) : System
from System.Type
return System

TypePromotionDecision() public method

public TypePromotionDecision ( Type from, Type to, bool isConverted = true ) : System
from System.Type
to System.Type
isConverted bool
return System