Method Function | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Function(Func)
Creates a "PosFunc" from the specified function.
public static Pos Function(Func<int> function)
Parameters
The function to be executed.
Returns
The Pos returned from the function.