GeneratorMoveNextTSource Method |
Namespace: Gamelogic.Extensions.Algorithms
public static void MoveNext<TSource>( this IGenerator<TSource> generator, int count )
| Exception | Condition |
|---|---|
| ArgumentNullException | generator |
| ArgumentOutOfRangeException | count;Argument cannot be smaller than 0. |