C# Class Catel.IoC.TypeFactory.ConstructorCacheKey

Show file Open project: Catel/Catel

Public Methods

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

Private Methods

Method Description
Equals ( ConstructorCacheKey other ) : bool

Method Details

ConstructorCacheKey() public method

public ConstructorCacheKey ( Type type, object parameters ) : System
type System.Type
parameters object
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int