ReadOnlySymbolValues.Compose(ReadOnlySymbolValues[]) 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.
Compose multiple symbol values into a single one.
public static Microsoft.PowerFx.ReadOnlySymbolValues Compose(params Microsoft.PowerFx.ReadOnlySymbolValues[] tables);
static member Compose : Microsoft.PowerFx.ReadOnlySymbolValues[] -> Microsoft.PowerFx.ReadOnlySymbolValues
Public Shared Function Compose (ParamArray tables As ReadOnlySymbolValues()) As ReadOnlySymbolValues
Parameters
- tables
- ReadOnlySymbolValues[]
Ordered list of symbol tables.