Table of Contents

Constructor Prompt

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Prompt(TView?)

Initializes a new instance of Prompt<TView, TResult> with a specified instance of the View.

public Prompt(TView? wrappedView)

Parameters

wrappedView TView

The view to wrap.

Prompt()

Initializes a new instance of Prompt<TView, TResult> with a new instance of the View.

public Prompt()