可以說我有這樣的:3陣列1 IEnumerable的<test>
public class test
{
int foo;
int foo2;
string foo3;
}
int[] foo = new int[] { 1, 2, 3 };
int[] foo2 = new int[] { 4, 5, 6 };
string[] foo3 = new string[] { "a", "b", "c" };
我怎麼能拒絕那些3個陣列IEnumberable測試?
TIA
/拉塞
也許使用一個for循環?使用產量的 – 2011-04-05 07:41:53