C# Class Pathoschild.DesignByContract.Framework.ReturnValueMetadata

Afficher le fichier Open project: Pathoschild/DesignByContract Class Usage Examples

Private Properties

Свойство Type Description
GetReturnType System.Type

Méthodes publiques

Méthode Description
ReturnValueMetadata ( MemberInfo method, IReturnValuePrecondition annotation ) : System

Construct an instance.

Private Methods

Méthode Description
GetReturnType ( MemberInfo method ) : Type

Method Details

ReturnValueMetadata() public méthode

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.
Résultat System