Click or drag to resize

IGraphAllNodes Property

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

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

Property Value

Type: IEnumerableINode
See Also