ReadOnlySymbolTable.GetMutableCopyOfFunctions Method

Definition

Helper to create a symbol table around a set of core functions. Important that this is mutable so that it can be changed across engines.

public Microsoft.PowerFx.SymbolTable GetMutableCopyOfFunctions();
member this.GetMutableCopyOfFunctions : unit -> Microsoft.PowerFx.SymbolTable
Public Function GetMutableCopyOfFunctions () As SymbolTable

Returns

SymbolTable with supported functions.

Applies to