Click or drag to resize

BaseTripleCollectionItem Property

Gets the given Triple.

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

Parameters

t
Type: VDS.RDFTriple
Triple to retrieve.

Return Value

Type: Triple
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if the given Triple doesn't exist.
See Also