TreeIndexedTripleCollectionDelete Method  | 
 
            Deletes a triple from the collection.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override bool Delete(
	Triple t
)
Protected Overrides Function Delete ( 
	t As Triple
) As Boolean
Parameters
- t
 - Type: VDS.RDFTriple
Triple. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.TreeIndexedTripleCollection.Delete(VDS.RDF.Triple)"]
See Also