Click or drag to resize

ThreadSafeTripleCollection Constructor (BaseTripleCollection)

Creates a new thread safe triple collection which wraps the provided triple collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ThreadSafeTripleCollection(
	BaseTripleCollection tripleCollection
)

Parameters

tripleCollection
Type: VDS.RDFBaseTripleCollection
Triple Collection.
See Also