Click or drag to resize

IGraphNodes Property

Gets the unique Subject and Object nodes of the Graph.

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

Property Value

Type: IEnumerableINode
Remarks
This property returns only nodes that appear in the Subject or Object position in triples. To retrieve a list of all INode instances in a graph including those in Predicate position in a triple, use the AllNodes property.
See Also