예제 #1
0
 public Block this[String block]
 {
     get { return(BlockList.SingleOrDefault(s => s.ID == block)); }
 }