ThreadSafeGraphAssert Method (IEnumerableTriple) |
Asserts a List of Triples in the graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Assert(
IEnumerable<Triple> ts
)
Public Overrides Function Assert (
ts As IEnumerable(Of Triple)
) As Boolean
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.ThreadSafeGraph.Assert(System.Collections.Generic.IEnumerable{VDS.RDF.Triple})"]
Implements
IGraphAssert(IEnumerableTriple)See Also