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