Method Dispose | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Dispose()
Releases all resource used by the RunState object.
public void Dispose()
Remarks
Call Dispose() when you are finished using the RunState.
Dispose(bool)
Releases all resource used by the RunState object.
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
If set to true we are disposing and should dispose held objects.