Removes the duplicates from the unordered sequence
Removes the duplicates from the unordered sequence
public static string[] RemoveDuplicates(string[],bool);
Removes the duplicates from the unordered sequence, eliding any empty strings from the result
public static string[] RemoveDuplicates(string[]);
Removes the duplicates from the unordered sequence
public static object[] RemoveDuplicates(object[]);
Sorter Class | Sorter Members | SynSoft.Collections Namespace