WrapperGraphCollectionRemove 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
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperGraphCollection.Remove(System.Uri)"]
See Also