 | IGeneratorCurrent Property |
Gets the element last generated by this generator. It is always (in theory) valid to query this property.
When called right after the generator is constructed (before calls to move next),
it gives the first element of this generator.
In practice, it is possible for a generator to overflow.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
See Also