Click or drag to resize

BaseGraphAllNodes 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: IEnumerableINode

Implements

IGraphAllNodes
See Also