Click or drag to resize

BaseTripleCollectionObjectNodes 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: IEnumerableINode
See Also