Interface IInputGenerator<TInput>
- Namespace
- Backdash.Synchronizing.Input
- Assembly
- Backdash.dll
Input value provider
public interface IInputGenerator<out TInput> where TInput : unmanaged
Type Parameters
TInput
Methods
Generate()
Returns the next input
TInput Generate()
Returns
- TInput