Click or drag to resize

ThreadSafeTripleCollectionDelete Method

Deletes a Triple from the Collection.

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

Parameters

t
Type: VDS.RDFTriple
Triple to remove.

Return Value

Type: Boolean

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

Remarks
Deleting something that doesn't exist has no effect and gives no error.
See Also