Table of Contents

Method Has

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

Has<TDim>(out TDim)

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

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

Parameters

dim TDim

A reference to this Dim instance.

Returns

bool

Type Parameters

TDim