示例#1
0
 public list <TOut> RevMap <TOut>(Function <T, TOut> f)
 {
     return(NList.RevMap <T, TOut>(this, f));
 }