Click or drag to resize

ISetAdd 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: SystemString
Variable.
value
Type: VDS.RDFINode
Value.
See Also