Table of Contents

Method Has

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Has<TPos>(out TPos)

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

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

Parameters

pos TPos

A reference to this Pos instance.

Returns

bool

Type Parameters

TPos