Removes a Value for a Variable from the Set.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract void Remove(
string variable
)
Public MustOverride Sub Remove (
variable As String
)
Parameters
- variable
- Type: SystemString
Variable.
Implements
ISetRemove(String)See Also