Freigeben über


SymbolExtensions.CreateValues Method

Definition

Create a set of values against this symbol table.

public static Microsoft.PowerFx.ReadOnlySymbolValues CreateValues(this Microsoft.PowerFx.ReadOnlySymbolTable symbolTable, params Microsoft.PowerFx.ReadOnlySymbolValues[] existing);
static member CreateValues : Microsoft.PowerFx.ReadOnlySymbolTable * Microsoft.PowerFx.ReadOnlySymbolValues[] -> Microsoft.PowerFx.ReadOnlySymbolValues
<Extension()>
Public Function CreateValues (symbolTable As ReadOnlySymbolTable, ParamArray existing As ReadOnlySymbolValues()) As ReadOnlySymbolValues

Parameters

symbolTable
ReadOnlySymbolTable

Returns

Applies to