Click or drag to resize

WrapperGraphAssert Method (IEnumerableTriple)

Asserts Triples in the Graph.

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

Parameters

ts
Type: System.Collections.GenericIEnumerableTriple
Triples.

Return Value

Type: Boolean

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

Implements

IGraphAssert(IEnumerableTriple)
See Also