Table of Contents

Method AsInspectBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

AsInspectBuilder(ExpressionBuilder)

Decorates the specified expression builder with an InspectBuilder instance allowing for runtime inspection and error redirection.

public static InspectBuilder AsInspectBuilder(this ExpressionBuilder builder)

Parameters

builder ExpressionBuilder

The expression builder instance to decorate.

Returns

InspectBuilder

An InspectBuilder instance decorating the specified expression builder.