Exemplo n.º 1
0
 public virtual Parse At(int i)
 {
     return(i == 0 || More == null ? this : More.At(i - 1));
 }