Table of Contents

Constructor RenderableFunction

Namespace
TinyComponents
Assembly
TinyComponents.dll

RenderableFunction(Func<object?>)

Creates an new RenderableFunction class with the specified function.

public RenderableFunction(Func<object?> callable)

Parameters

callable Func<object>

The function which will result the contents to be rendered.