C# Class Cartographer.Compiler.ConversionPatternGenericCloser

Inheritance: IConversionPatternGenericCloser
Afficher le fichier Open project: kkozmic/Cartographer Class Usage Examples

Méthodes publiques

Méthode Description
Close ( Type conversionPatternType, Type sourceType, Type targetType ) : Type

Private Methods

Méthode 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 méthode

public Close ( Type conversionPatternType, Type sourceType, Type targetType ) : Type
conversionPatternType System.Type
sourceType System.Type
targetType System.Type
Résultat System.Type