Table of Contents

Method Has

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Has<T>(out T)

Indicates whether the specified type T is in the hierarchy of this Pos object.

public bool Has<T>(out T pos) where T : Pos

Parameters

pos T

A reference to this Pos instance.

Returns

bool

Type Parameters

T