SynSoft .NET Libraries (release 3rd July 2003)

Sorter.RemoveDuplicates Method (String[])

Removes the duplicates from the unordered sequence, eliding any empty strings from the result

[Visual Basic]
Overloads Public Shared Function RemoveDuplicates( _
   ByVal strings As String() _
) As String()
[C#]
public static string[] RemoveDuplicates(
   string[] strings
);

See Also

Sorter Class | Sorter Members | SynSoft.Collections Namespace | Sorter.RemoveDuplicates Overload List