Esempio n. 1
0
 private List <int> ConvertToRegularList(LazinatorList <WInt32> list)
 {
     return(list.Select(x => x.WrappedValue).ToList());
 }