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