こんにちはみんな私は次のコードを持っています:
var v = gridInList.Select(s => s.HeaderCellText == cmbScegliColonnaPopolazione.Text).Cast<myGrid.GridInList>();
myGrid.GridInList
tempClass =(myGrid.GridInList) v;
そして、プログラムを実行すると、次のエラーが発生します。
Unable to cast object of type '<CastIterator>d__b1`1[myGrid.GridInList]' to type 'myGrid.GridInList'.
どうすればこの問題を解決できますか?