Click or drag to resize

UnionTripleCollectionDelete Method

Deletes a Triple from the base collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool Delete(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple to delete.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.UnionTripleCollection.Delete(VDS.RDF.Triple)"]

See Also