ReadOnlySymbolTable.GetMutableCopyOfFunctions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.