C# Класс Automatonymous.Tests.InterfaceExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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