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; }
Public Overrides ReadOnly Default Property Item (
t As Triple
) As Triple
Get
Parameters
- t
- Type: VDS.RDFTriple
Triple.
Return Value
Type:
TripleSee Also