예제 #1
0
 public T Nth(int n)
 {
     return(NList.Nth <T>(this, n));
 }