C# 클래스 TypeDoesNotImplementGenericInterface, Runtime

Exception that gets thrown when a Type does not implement the given generic interfaces.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

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