Namespace: Semata.DataStore.ObjectModel
Iterates over an ItemObjectSource. The source can change during iteration. Deletes are ok, Inserts will cause indeterminancy
public class ItemObjectIterator<I> where I : ItemObject
Properties
Name | Description |
Current |
Get the curent ItemObject |
Done |
Has the iterator finished |
Methods
Name | Description |
Next() |
Move to the next ItemObject |