C# Class Automatonymous.Tests.InterfaceReflectionCache

Afficher le fichier Open project: MassTransit/Automatonymous Class Usage Examples

Méthodes publiques

Méthode Description
Get ( Type type, Type interfaceType ) : Type
GetGenericInterface ( Type type, Type interfaceType ) : Type
InterfaceReflectionCache ( ) : System

Private Methods

Méthode Description
GetInterfaceInternal ( Type type, Type interfaceType ) : Type

Method Details

Get() public méthode

public Get ( Type type, Type interfaceType ) : Type
type System.Type
interfaceType System.Type
Résultat System.Type

GetGenericInterface() public méthode

public GetGenericInterface ( Type type, Type interfaceType ) : Type
type System.Type
interfaceType System.Type
Résultat System.Type

InterfaceReflectionCache() public méthode

public InterfaceReflectionCache ( ) : System
Résultat System