ARCed.Scintilla.Design.FlagCheckedListBoxItem.FlagCheckedListBoxItem C# (CSharp) 메소드

FlagCheckedListBoxItem() 공개 메소드

public FlagCheckedListBoxItem ( int v, string c ) : System
v int
c string
리턴 System
        public FlagCheckedListBoxItem(int v, string c)
        {
            this.value = v;
            this.caption = c;
        }