C++ C#

ForEach<T>(Iterator, Action<T>) Method

API Reference

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>(this Iterator iterator, Action<T> action)

Parameters

Type Name Description
MISSING PAGE Iterator iterator the iterator
Action<T> action a delegate that performs the specified action

Returns: void

This website stores cookies on your computer that are used to manage the order in which you see the pages. To find out more about the cookies we use, see our Privacy Policy.