Click or drag to resize

GraphCollectionRemove Method

Removes a Graph from the Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool Remove(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Uri of the Graph to remove.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.GraphCollection.Remove(System.Uri)"]

See Also