Table of Contents

Method Update

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Update(Scope<T>)

Updates this instance from the specified source scope.

public Scope<T>? Update(Scope<T> source)

Parameters

source Scope<T>

Returns

Scope<T>

The updated scope (this).