C# Класс Pathoschild.DesignByContract.Framework.ParameterMetadata

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ParameterMetadata ( ParameterInfo parameter, IParameterPrecondition annotation, string methodName = null ) : System

Construct an instance.

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

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

Construct an instance.
public ParameterMetadata ( ParameterInfo parameter, IParameterPrecondition annotation, string methodName = null ) : System
parameter System.Reflection.ParameterInfo The annotated method parameter.
annotation IParameterPrecondition The contract annotation applied to the parameter.
methodName string The method name if different from the underlying name. (This is primarily intended for cases where is true).
Результат System