SynSoft .NET Libraries (release 3rd July 2003)

Sorter.RemoveDuplicates Method (String[], Boolean)

Removes the duplicates from the unordered sequence

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

Parameters

strings
The sequence of strings to process
elideEmptyStrings
Determines whether to leave empty strings, if any, in the sequence

Return Value

See Also

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