dotNetRDF API Documentation

ThreadSafeGraph.Assert(IEnumerable) Method

Asserts a List of Triples in the graph

public override void Assert(
   IEnumerable<Triplets
);

Parameters

ts
List of Triples in the form of an IEnumerable

Implements

IGraph.Assert

See Also

ThreadSafeGraph Class | VDS.RDF Namespace | ThreadSafeGraph.Assert Overload List