Table of Contents

Class RenderableFunction

Namespace
TinyComponents
Assembly
TinyComponents.dll

Represents an object which their renderable contents is called by an function.

public sealed class RenderableFunction
Inheritance
RenderableFunction
Inherited Members

Constructors

RenderableFunction(Func<object?>)

Creates an new RenderableFunction class with the specified function.

Properties

Callable

Gets or sets the renderable function.

Methods

ToString()

Invokes Callable and returns its result as an string.