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; }
Public MustOverride ReadOnly Property ObjectNodes As IEnumerable(Of INode)
Get
Property Value
Type:
IEnumerableINodeSee Also