TripleCollectionItem Property |
Gets the given Triple.
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 to retrieve.
Return Value
Type:
TripleExceptions Exception | Condition |
---|
KeyNotFoundException | Thrown if the given Triple does not exist in the Triple Collection. |
See Also