Table of Contents

Method Invoke

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

Invoke(object?[])

Computes the function's value.

object? Invoke(object?[] arguments)

Parameters

arguments object[]

The evaluated operand values, in document order; empty for a no-argument call.

Returns

object

The computed value, or null.