SymbolExtensions.CreateValues 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.
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
- existing
- ReadOnlySymbolValues[]