Exemplo n.º 1
0
 public SearchResult this[int position]
 {
     get
     {
         return(SearchResultList.ElementAt(position));;
     }
 }