兼容 LINQ (.NET)

  1. from o in box.Select<Class>("from Class")
  2. where o.Text.Contains(text)
  3. select o;