XCore.XMessageBoxExManager.Dispose C# (CSharp) Method

Dispose() public method

Must not be virtual.
public Dispose ( ) : void
return void
		public void Dispose()
		{
			Dispose(true);
			// This object will be cleaned up by the Dispose method.
			// Therefore, you should call GC.SupressFinalize to
			// take this object off the finalization queue
			// and prevent finalization code for this object
			// from executing a second time.
			GC.SuppressFinalize(this);
		}

Same methods

XMessageBoxExManager::Dispose ( bool disposing ) : void