List<Person> ps = new List<Person>() {
new Person{ result=1},
new Person{ result=1},
new Person{ result=1},
new Person{ result=1},
new Person{ result=1},
new Person{ result=1},
new Person{ result=1}
};
創(chuàng)新互聯(lián)專業(yè)為企業(yè)提供驛城網(wǎng)站建設(shè)、驛城做網(wǎng)站、驛城網(wǎng)站設(shè)計、驛城網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計與制作、驛城企業(yè)網(wǎng)站模板建站服務(wù),10年驛城做網(wǎng)站經(jīng)驗,不只是建網(wǎng)站,更提供有價值的思路和整體網(wǎng)絡(luò)服務(wù)。
Foreach(Person p in ps)
{
Console.Writeline(p.result);
}
相當(dāng)于:
IEnumerator<Person> enumerator=ps.getEnumerator();
while(enumerator.movenext())
{
Person p=enumerator.current;
Console.writeline(p.result);
}
當(dāng)前標(biāo)題:Foreach迭代
轉(zhuǎn)載來源:http://aaarwkj.com/article44/jpojhe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)建站、搜索引擎優(yōu)化、營銷型網(wǎng)站建設(shè)、網(wǎng)站內(nèi)鏈、微信公眾號、域名注冊
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)