Click or drag to resize

BindingTuple Constructor

Creates a new Binding Tuple.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BindingTuple(
	List<string> variables,
	List<PatternItem> values
)

Parameters

variables
Type: System.Collections.GenericListString
Variables.
values
Type: System.Collections.GenericListPatternItem
Values.
See Also