C# Class BridgeStack.RangeTypeConstraintAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: bevacqua/BridgeStack

Méthodes publiques

Méthode Description
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.

Method Details

RangeTypeConstraintAttribute() public méthode

Indicates that this field does not accept min or max parameters.
public RangeTypeConstraintAttribute ( ) : System
Résultat System

RangeTypeConstraintAttribute() public méthode

Indicates the type Min and Max parameters are constrained to.
public RangeTypeConstraintAttribute ( Type type ) : System
type System.Type
Résultat System