Click or drag to resize

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
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

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

See Also