Click or drag to resize

SetRemove Method

Removes a Value for a Variable from the Set.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Remove(
	string variable
)

Parameters

variable
Type: SystemString
Variable.

Implements

ISetRemove(String)
See Also