BaseMultiset.Trim Method (String) |
Trims the Multiset by removing all Values for the given Variable.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual void Trim(
string variable
)
Public Overridable Sub Trim (
variable As String
)
Parameters
- variable
- Type: System.String
Variable.
See Also