ThreadSafeGraphGetTriplesWithSubject Method (INode) | 
 
            Gets all the Triples with the given Node as the Subject.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override IEnumerable<Triple> GetTriplesWithSubject(
	INode n
)
Public Overrides Function GetTriplesWithSubject ( 
	n As INode
) As IEnumerable(Of Triple)
Parameters
- n
 - Type: VDS.RDFINode
The Node to find Triples with it as the Subject. 
Return Value
Type: 
IEnumerableTripleZero/More Triples.
Implements
IGraphGetTriplesWithSubject(INode)
See Also