Click or drag to resize

WrapperTripleCollection.Item Property

Gets the specific instance of a Triple from the collection.

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

Parameters

t
Type: VDS.RDF.Triple
Triple.

Return Value

Type: Triple
See Also