Click or drag to resize

ISet.Add Method

Adds a Value for a Variable to the Set.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Add(
	string variable,
	INode value
)

Parameters

variable
Type: System.String
Variable.
value
Type: VDS.RDF.INode
Value.
See Also