BaseGraph.AllNodes Property |
Gets the unique Subject, Predicate and Object nodes of the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual IEnumerable<INode> AllNodes { get; }
Public Overridable ReadOnly Property AllNodes As IEnumerable(Of INode)
Get
Property Value
Type:
IEnumerable<INode>Implements
IGraph.AllNodes
See Also