Click or drag to resize

WriterHelperSortTriplesBySubjectPredicate Method

Sort the provided list of triples by subject and then predicate. The list is modified in-place.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void SortTriplesBySubjectPredicate(
	List<Triple> ts
)

Parameters

ts
Type: System.Collections.GenericListTriple
The list of triples to be sorted.
See Also