Click or drag to resize

BaseGraphAssert Method (IEnumerableTriple)

Asserts a List of Triples in the graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool Assert(
	IEnumerable<Triple> ts
)

Parameters

ts
Type: System.Collections.GenericIEnumerableTriple
List of Triples in the form of an IEnumerable.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.Assert(System.Collections.Generic.IEnumerable{VDS.RDF.Triple})"]

Implements

IGraphAssert(IEnumerableTriple)
See Also