C# 클래스 MassTransit.TestFramework.InterfaceExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InterfaceExtensions ( ) : System

메소드 상세

GetClosingArguments() 공개 정적인 메소드

public static GetClosingArguments ( this type, Type openType ) : IEnumerable
type this
openType System.Type
리턴 IEnumerable

GetInterface() 공개 정적인 메소드

public static GetInterface ( this type, Type interfaceType ) : Type
type this
interfaceType System.Type
리턴 System.Type

IsOpenGeneric() 공개 정적인 메소드

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
리턴 bool