.NET Liste.Distinctes

Je suis en utilisant .NET 3.5. Pourquoi suis-je toujours:

ne contient pas une définition pour 'Distinct'

avec ce code:

using System.Collections.Generic;

       //.. . . . . code


    List<string> Words = new List<string>();
       //many strings added here . . .
    Words = Words.Distinct().ToList();

OriginalL'auteur Nona Urbiz | 2009-07-16