BigListTConvertAll Method |
Name | Description | |
---|---|---|
![]() | ConvertAllTDest(ConverterT, TDest) |
Convert the list to a new list by applying a delegate to each item in the collection. The resulting list
contains the result of applying converter to each item in the list, in
order. The current list is unchanged.
|
![]() | ConvertAllTOutput(ConverterT, TOutput) |
Convert this collection of items by applying a delegate to each item in the collection. The resulting enumeration
contains the result of applying converter to each item in this collection, in
order.
(Inherited from CollectionBaseT.) |