Click or drag to resize

BindingsPattern Constructor (IEnumerableString)

Creates a new Bindings Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BindingsPattern(
	IEnumerable<string> vars
)

Parameters

vars
Type: System.Collections.GenericIEnumerableString
Variables.
See Also