TEnumerable.Distinct<T>(IEnumerable<T>) Method

Represents method Distinct<T>(IEnumerable<T>).

Namespace: Spring.Collections
public
 class function Distinct<T>(const source: IEnumerable<T>): IEnumerable<T>; overload; static;

Type Parameters

T

Parameters

source
Type: IEnumerable<T>

Return Value

Type: IEnumerable<T>