CSharp
※前提条件:本情報は3.0を基づいて説明してる
var con = (from content in contentList where content.floor == floorVal select content).ToList();
コメント: