UnionTripleCollectionItem Property |
Retrieves a Triple from the union.
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 Triple is not contained in any of the collections this union comprises. |
See Also