Table of Contents

Method Has

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Has<T>(out Dim)

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

public bool Has<T>(out Dim dim) where T : Dim

Parameters

dim Dim

A reference to this Dim instance.

Returns

bool

Type Parameters

T