SystemImageList.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);
		}

Same methods

SysImageList::Dispose ( bool disposing ) : void