Click or drag to resize

ThreadSafeTripleCollectionWithObject Method

Gets all triples with the given Object.

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

Parameters

obj
Type: VDS.RDFINode
Object.

Return Value

Type: IEnumerableTriple

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

See Also