BaseDemandGraphCollectionContains Method |
Checks whether the collection contains a Graph invoking an on-demand load if not present in the underlying collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Contains(
Uri graphUri
)
Public Overrides Function Contains (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseDemandGraphCollection.Contains(System.Uri)"]
See Also