Click or drag to resize

UnionTripleCollectionCount Property

Gets the count of Triples in this union.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override int Count { get; }

Property Value

Type: Int32
Remarks
The Count is the total number of Triples, this may be different from the number of distinct triples.
See Also