Table of Contents

Method Has

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Has<T>(out Pos)

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

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

Parameters

pos Pos

A reference to this Pos instance.

Returns

bool

Type Parameters

T