Namespace: Semata.DataStore.Util
Class: IteratorHelpers
Calls convert on each object of type T returned by the iterator and then adds the returned object of type V to a collection of type V objects
public: static C^ AddTo<T, C, V>(Iterator<T>^ iterator, C^ collection, Func<T, V>^ convert)
Parameters
Type | Name | Description |
Iterator<T>^ | iterator | The iterator |
C^ | collection | The collection |
Func<T, V>^ | convert | The convert delegate |
Returns: C^