BaseGraphCollection.Item Property |
Gets a Graph from the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic abstract IGraph this[
Uri graphUri
] { get; }
Public MustOverride ReadOnly Default Property Item (
graphUri As Uri
) As IGraph
Get
Parameters
- graphUri
- Type: System.Uri
Graph Uri.
Return Value
Type:
IGraph
Remarks
The null URI is used to reference the Default Graph.
See Also