Table of Contents

Method Function

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Function(Func<int>)

Creates a "DimFunc" from the specified function.

public static Dim Function(Func<int> function)

Parameters

function Func<int>

The function to be executed.

Returns

Dim

The Dim returned from the function.