MultisetTrim Method (String) |
Trims the Multiset to remove the given Variable.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override void Trim(
string variable
)
Public Overrides Sub Trim (
variable As String
)
Parameters
- variable
- Type: SystemString
Variable.
See Also