TripleCollectionItem Property  | 
 
            Gets the given Triple.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic 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: 
Triple
Exceptions| Exception | Condition | 
|---|
| KeyNotFoundException | Thrown if the given Triple does not exist in the Triple Collection. | 
See Also