list_sort


Description:


[ Version ( replacement = "SrvTarget.list_sort" , since = "2.22" ) ]
public static List<SrvTarget> list_sort (owned List<SrvTarget> targets)

Sorts targets in place according to the algorithm in RFC 2782.

Parameters:

targets

a List of SrvTarget

Returns:

the head of the sorted list.