GraphCollection.Item Property |
Gets a Graph from the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override IGraph this[
Uri graphUri
] { get; }
Public Overrides ReadOnly Default Property Item (
graphUri As Uri
) As IGraph
Get
Parameters
- graphUri
- Type: System.Uri
Graph Uri.
Return Value
Type:
IGraph
See Also