Search Results for

    Show / Hide Table of Contents

    Enum IteratorState

    State of Iterator

    Namespace: GDX.Collections.Generic
    Syntax
    public enum IteratorState : byte

    Fields

    Name Description
    Finished

    Unable to iterate any further.

    FoundEntry

    Found an entry meeting criteria.

    InvalidVersion

    The data being iterated over has changed.

    Extension Methods

    EnumExtensions.HasFlags<IteratorState>(IteratorState)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.