Table of Contents

Method Func

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Func(Func<int>)

Creates a function Dim object that computes the dimension by executing the provided function. The function will be called every time the dimension is needed.

public static Dim Func(Func<int> function)

Parameters

function Func<int>

The function to be executed.

Returns

Dim

The Dim returned from the function.