Click or drag to resize

NullOperator Constructor

Creates a new Null Operator.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NullOperator(
	IEnumerable<string> variables
)

Parameters

variables
Type: System.Collections.GenericIEnumerableString
Variables in the algebra that this null is replacing.
See Also