Click or drag to resize

BaseTripleCollection.ObjectNodes Property

Gets all the Nodes which are Objects of Triples in the Triple Collection.

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

Property Value

Type: IEnumerable<INode>
See Also