Determines the scope of entries visible to a space iterator.

C# | Visual Basic | Visual C++ | J# |
public enum IteratorScope
Public Enumeration IteratorScope
public enum class IteratorScope
public enum IteratorScope

Member | Description |
---|---|
FutureEntries |
Entries that will be written after the itrator is created.
|
ExistingAndFutureEntries |
All entries (before and after the iterator is created).
|