UnionTripleCollectionAdd Method |
Adds a Triple to the base collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool Add(
Triple t
)
Protected Overrides Function Add (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
Triple to add.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.UnionTripleCollection.Add(VDS.RDF.Triple)"]
See Also