A convenience method for turning a list of nodes into a tree, all related by the same operator.
Namespace: GF.Api.Contracts.Lookup.Expression
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public static ISymbolLookupExpression Build( IReadOnlyList<ISymbolLookupExpression> nodes, SymbolLookupExpressionOperator operator )
Parameters
- nodes
- Type: System.Collections.GenericIReadOnlyListISymbolLookupExpression
Must not be null or empty - operator
- Type: GF.Api.Values.Contracts.LookupSymbolLookupExpressionOperator
Must not be null
Return Value
Type: ISymbolLookupExpressionSee Also