Removes a Value for a Variable from the Set.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override void Remove(
string variable
)
Public Overrides Sub Remove (
variable As String
)
Parameters
- variable
- Type: System.String
Variable.
Implements
ISet.Remove(String)
See Also