C# 클래스 Pathoschild.DesignByContract.Framework.ReturnValueMetadata

파일 보기 프로젝트 열기: Pathoschild/DesignByContract 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetReturnType System.Type

공개 메소드들

메소드 설명
ReturnValueMetadata ( MemberInfo method, IReturnValuePrecondition annotation ) : System

Construct an instance.

비공개 메소드들

메소드 설명
GetReturnType ( MemberInfo method ) : Type

메소드 상세

ReturnValueMetadata() 공개 메소드

Construct an instance.
public ReturnValueMetadata ( MemberInfo method, IReturnValuePrecondition annotation ) : System
method System.Reflection.MemberInfo The method on which the return value is defined.
annotation IReturnValuePrecondition The contract annotation applied to the return value.
리턴 System