Method Function | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Function(Func)

Creates a "PosFunc" from the specified function.

public static Pos Function(Func<int> function)

Parameters

function Func<int>

The function to be executed.

Returns

Pos

The Pos returned from the function.

Edit this page