Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

CommonEngine.RemoveDuplicateRecords Method 

This method allow to remove the duplicated records from an array.

[Visual Basic]
Public Shared Function RemoveDuplicateRecords( _
   ByVal arr As IComparableRecord() _
) As IComparableRecord()
[C#]
public static IComparableRecord[] RemoveDuplicateRecords(
   IComparableRecord[] arr
);

Parameters

arr
The array with the records to be checked.

Return Value

An array with the result of remove the duplicate records from the source array.

See Also

CommonEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox