Table of Contents

Property InputBuffer

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

InputBuffer

Input buffer which will be drained from by this class.

public ConcurrentQueue<T> InputBuffer { get; }

Property Value

ConcurrentQueue<T>