C# Класс BridgeStack.RangeTypeConstraintAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
RangeTypeConstraintAttribute ( ) : System

Indicates that this field does not accept min or max parameters.

RangeTypeConstraintAttribute ( Type type ) : System

Indicates the type Min and Max parameters are constrained to.

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

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

Indicates that this field does not accept min or max parameters.
public RangeTypeConstraintAttribute ( ) : System
Результат System

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

Indicates the type Min and Max parameters are constrained to.
public RangeTypeConstraintAttribute ( Type type ) : System
type System.Type
Результат System