Click or drag to resize

TreeIndexedTripleCollectionItem Property

Gets the specific instance of a Triple in the 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