ThreadSafeGraphCollectionRemove Method |
Removes a Graph from the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool Remove(
Uri graphUri
)
Protected Overrides Function Remove (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Uri of the Graph to remove.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeGraphCollection.Remove(System.Uri)"]
See Also