C# 클래스 FSO.IDE.EditorComponent.OperandForms.DataProviders.OpStaticValueBoundsProvider

상속: OpValueBoundsProvider
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
GetBounds ( EditorScope scope, VMPrimitiveOperand op ) : int[]
OpStaticValueBoundsProvider ( int min, int max ) : System

메소드 상세

GetBounds() 공개 메소드

public GetBounds ( EditorScope scope, VMPrimitiveOperand op ) : int[]
scope EditorScope
op VMPrimitiveOperand
리턴 int[]

OpStaticValueBoundsProvider() 공개 메소드

public OpStaticValueBoundsProvider ( int min, int max ) : System
min int
max int
리턴 System