CSharp

※前提条件:本情報は3.0を基づいて説明してる

where 条件过滤 [edit]

var con = (from content in contentList
                   where content.floor == floorVal
                   select content).ToList();

コメント:



(画像の文字列を入力して下さい)

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS