C# Class Catel.IoC.ServiceLocator.ServiceInfo

Show file Open project: Catel/Catel

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServiceInfo ( Type type, object tag ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServiceInfo() public method

public ServiceInfo ( Type type, object tag ) : System
type System.Type
tag object
return System