Table of Contents

Enum SingleValueEnumerationState

Namespace
Garyon.Objects.Enumerators
Assembly
Garyon.dll

Represents the state of the SingleValueEnumerator<T>.

public enum SingleValueEnumerationState
Extension Methods

Fields

After = 1

The state where the enumerator has yielded the value and has reached the end.

Before = -1

The state before yielding the single value.

Value = 0

The state where the single value is currently yielded.