C# Class MassTransit.TestFramework.InterfaceExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
GetClosingArguments ( this type, Type openType ) : IEnumerable
GetInterface ( this type, Type interfaceType ) : Type
IsOpenGeneric ( this type ) : bool

Determines if the type is an open generic with at least one unspecified generic argument

Private Methods

Méthode Description
InterfaceExtensions ( ) : System

Method Details

GetClosingArguments() public static méthode

public static GetClosingArguments ( this type, Type openType ) : IEnumerable
type this
openType System.Type
Résultat IEnumerable

GetInterface() public static méthode

public static GetInterface ( this type, Type interfaceType ) : Type
type this
interfaceType System.Type
Résultat System.Type

IsOpenGeneric() public static méthode

Determines if the type is an open generic with at least one unspecified generic argument
public static IsOpenGeneric ( this type ) : bool
type this The type
Résultat bool