ARCed.Scintilla.Design.FlagCheckedListBox.Add C# (CSharp) Метод

Add() публичный метод

public Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
item FlagCheckedListBoxItem
Результат FlagCheckedListBoxItem
        public FlagCheckedListBoxItem Add(FlagCheckedListBoxItem item)
        {
            Items.Add(item);
            return item;
        }

Same methods

FlagCheckedListBox::Add ( int v, string c ) : FlagCheckedListBoxItem