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: SystemString
Variable. 
Implements
ISetRemove(String)
See Also