Enum SingleValueEnumerationState
- Namespace
- Garyon.Objects.Enumerators
- Assembly
- Garyon.dll
Represents the state of the SingleValueEnumerator<T>.
public enum SingleValueEnumerationState
- Extension Methods
Fields
After = 1The state where the enumerator has yielded the value and has reached the end.
Before = -1The state before yielding the single value.
Value = 0The state where the single value is currently yielded.