WrapperGraphAllNodes Property |
Gets the unique Subject, Predicate and Object nodes of the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IEnumerable<INode> AllNodes { get; }
Public Overridable ReadOnly Property AllNodes As IEnumerable(Of INode)
Get
Property Value
Type:
IEnumerableINodeImplements
IGraphAllNodesSee Also