Convertir DataRowCollection à IEnumerable<T>

Je voudrais faire quelque chose comme cela .NET 3.5. Quelle est la manière la plus rapide?

IEnumerable<DataRow> collection = 
    TypedDataSet.TypedTableBase<DataRow>.Rows as IEnumerable<DataRow>;
InformationsquelleAutor Abdu | 2011-02-11