Overload | Description |
---|---|
Map<TI,TR>(IItemCollection<TI>,Func<TI,TR>) | Create new IItemCollection using items specified IItemColection and converter function. |
Map<TI,TR>(IItemCollection<TI>,Func<TI,Int32,TR>) | Create new IItemCollection using items specified IItemColection and converter function. |