Exemplo n.º 1
0
 public IItemSet <TOuter> GetAt(int index)
 {
     return(GetOut(_inner.GetAt(index)));
 }
Exemplo n.º 2
0
 public TOuter GetAt(int index)
 {
     return(_inner.GetAt(index));
 }
Exemplo n.º 3
0
 public TOuter GetAt(int index)
 {
     return(_transformOut(_innerSet.GetAt(index)));
 }