Click or drag to resize

TripleCollectionItem Property

Gets the given Triple.

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

Parameters

t
Type: VDS.RDFTriple
Triple to retrieve.

Return Value

Type: Triple
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if the given Triple does not exist in the Triple Collection.
See Also