C# 클래스 BridgeStack.RangeTypeConstraintAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

메소드 설명
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