| dotNetRDF API Documentation |
|
ThreadSafeGraph.GetNodes Method
NOTE: This method is now obsolete.
ISelector interface is considered obsolete and will be removed in the 0.7.0 release
Gets all the Nodes according to some arbitrary criteria as embodied in a Selector
[Obsolete(Message=""ISelector interface is considered obsolete and will be removed in the 0.7.0 relea" +
"se"", IsError=False)]
public override
IEnumerable<
INode> GetNodes(
ISelector<
INode>
selector);
Parameters
-
selector
- Selector class which performs the Selection
Return Value
Zero/More Nodes
Implements
IGraph.GetNodes
See Also
ThreadSafeGraph Class | VDS.RDF Namespace