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: 
Syntaxpublic static void SortTriplesBySubjectPredicate(
	List<Triple> ts
)
Public Shared Sub SortTriplesBySubjectPredicate ( 
	ts As List(Of Triple)
)
Parameters
- ts
 - Type: System.Collections.GenericListTriple
The list of triples to be sorted. 
See Also