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;
        }