コード例 #1
0
 public list <TOut> Map <TOut>(Function <T, TOut> convert)
 {
     return(NList.Map <T, TOut>(this, convert));
 }