Click or drag to resize

ThreadSafeTripleCollectionAdd Method

Adds a Triple to the Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool Add(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple to add.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeTripleCollection.Add(VDS.RDF.Triple)"]

See Also