C# Class Munq.NamedRegistrationKey

Inheritance: IRegistrationKey
Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetInstanceType() public méthode

public GetInstanceType ( ) : Type
Résultat System.Type

NamedRegistrationKey() public méthode

public NamedRegistrationKey ( string name, Type type ) : System
name string
type System.Type
Résultat System