C# Class Munq.NamedRegistrationKey

Inheritance: IRegistrationKey
Show file Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetInstanceType ( ) : Type
NamedRegistrationKey ( string name, Type type ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetInstanceType() public method

public GetInstanceType ( ) : Type
return System.Type

NamedRegistrationKey() public method

public NamedRegistrationKey ( string name, Type type ) : System
name string
type System.Type
return System