コード例 #1
0
 public bool Contains(Entity entity)
 {
     return(_entities.Contains(entity));
 }