Namespace: Semata.DataStore.Util
Class: IteratorHelpers
Performs the specified action on each object of type T returned by the iterator
public: static void ForEach<T>(Iterator<T>^ iterator, Action<T>^ action)
Parameters
Type | Name | Description |
Iterator<T>^ | iterator | the iterator |
Action<T>^ | action | a delegate that performs the specified action |
Returns: void