C# Class Catel.IoC.TypeFactory.ConstructorCacheKey

Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
ConstructorCacheKey ( Type type, object parameters ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
Equals ( ConstructorCacheKey other ) : bool

Method Details

ConstructorCacheKey() public méthode

public ConstructorCacheKey ( Type type, object parameters ) : System
type System.Type
parameters object
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int