C# Класс TypeDoesNotImplementGenericInterface, Runtime

Exception that gets thrown when a Type does not implement the given generic interfaces.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
TypeDoesNotImplementGenericInterface ( Type, type, Type, genericInterface ) : System,

Initializes a new instance of the TypeDoesNotImplementGenericInterface class.

Описание методов

TypeDoesNotImplementGenericInterface() публичный Метод

Initializes a new instance of the TypeDoesNotImplementGenericInterface class.
public TypeDoesNotImplementGenericInterface ( Type, type, Type, genericInterface ) : System,
type Type, The .
genericInterface Type, The open generic interface.
Результат System,