Namespace: Semata.DataStore.Util
Class: IteratorHelpers
Adds the objects of type T returned by the iterator to a collection of type T objects
public static C AddTo<T, C>(this Iterator iterator, C collection)
Parameters
Type | Name | Description |
MISSING PAGE Iterator | iterator | The iterator |
C | collection | The collection |
Returns: C