C# 클래스 MonoMobile.Dialog.RangeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
High int
Low float
Low int
ShowCaption bool

공개 메소드들

메소드 설명
RangeAttribute ( float low, float high ) : System
RangeAttribute ( int low, int high ) : System

메소드 상세

RangeAttribute() 공개 메소드

public RangeAttribute ( float low, float high ) : System
low float
high float
리턴 System

RangeAttribute() 공개 메소드

public RangeAttribute ( int low, int high ) : System
low int
high int
리턴 System

프로퍼티 상세

High 공개적으로 프로퍼티

public int High
리턴 int

Low 공개적으로 프로퍼티

public float Low
리턴 float

Low 공개적으로 프로퍼티

public int Low
리턴 int

ShowCaption 공개적으로 프로퍼티

public bool ShowCaption
리턴 bool