Click or drag to resize

ThreadSafeTripleCollection.WithSubject Method

Gets all the triples with the given subject.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<Triple> WithSubject(
	INode subj
)

Parameters

subj
Type: VDS.RDF.INode
Subject.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeTripleCollection.WithSubject(VDS.RDF.INode)"]

See Also