Freigeben über


IPseudoFunction Interface

Definition

PsuedoFunctions are special control operations that have a function syntax, but don't actually execute as a regular function. For example IR(expr).

public interface IPseudoFunction
type IPseudoFunction = interface
Public Interface IPseudoFunction
Derived

Properties

Name

Name of the psuedo function.

Methods

ExecuteAsync(CheckResult, PowerFxREPL, CancellationToken)

Execute the psuedo function.

Applies to