Ejemplo n.º 1
0
 IEnumerator IEnumerable.GetEnumerator()
 {
     return(terms
            .AsQueryable()
            .GetEnumerator());
 }