C# 클래스 TESVSnip.UI.RecordControls.OptionsElement.comboBoxItem

파일 보기 프로젝트 열기: figment/tesvsnip

공개 프로퍼티들

프로퍼티 타입 설명
name string
value int

공개 메소드들

메소드 설명
ToString ( ) : string
comboBoxItem ( string name, int value ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

comboBoxItem() 공개 메소드

public comboBoxItem ( string name, int value ) : System
name string
value int
리턴 System

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

value 공개적으로 프로퍼티

public int value
리턴 int