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

Dispose() защищенный метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (this.components != null)
                    this.components.Dispose();
            }
            base.Dispose(disposing);
        }