Click or drag to resize

BaseGraph.AllNodes Property

Gets the unique Subject, Predicate and Object nodes of the Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IEnumerable<INode> AllNodes { get; }

Property Value

Type: IEnumerable<INode>

Implements

IGraph.AllNodes
See Also