Click or drag to resize

ThreadSafeTripleCollectionItem Property

Gets the original instance of a specific Triple from the Triple Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override Triple this[
	Triple t
] { get; }

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Triple
See Also