GraphCollectionRemove Method  | 
 
            Removes a Graph from the Collection.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected 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.GraphCollection.Remove(System.Uri)"]
See Also