C# Class Cartographer.Compiler.ConversionPatternGenericCloser

Inheritance: IConversionPatternGenericCloser
Mostra file Open project: kkozmic/Cartographer Class Usage Examples

Public Methods

Method Description
Close ( Type conversionPatternType, Type sourceType, Type targetType ) : Type

Private Methods

Method Description
EnsureMeetsGenericConstraints ( Type type, Type genericParameter ) : Type
HasDefaultConstructor ( Type type ) : bool
IsNotNullableValueType ( Type type ) : bool
IsReferenceType ( Type type ) : bool
TryAddParameters ( Type classType, Type interfaceType, Type parameters, Type openClassArguments ) : bool

Method Details

Close() public method

public Close ( Type conversionPatternType, Type sourceType, Type targetType ) : Type
conversionPatternType System.Type
sourceType System.Type
targetType System.Type
return System.Type