OfType<T>メソッドとCast<T>メソッド
LINQを使えるのはIEnumerableのジェネリック版、IEnumerable<T>のクラスだけ。IEnumerable(<T>なし)でLINQを使うには拡張メソッドのOfType<T>かCast&l