vbAccelerator.Components.ImageList.SysImageList.Dispose C# (CSharp) Метод

Dispose() публичный Метод

Clears up any resources associated with the SystemImageList
public Dispose ( ) : void
Результат void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }
        /// <summary>

Same methods

SysImageList::Dispose ( bool disposing ) : void