Method Process
Process(T)
Process the provided single input element input
. This method
is called sequentially for each value read from InputBuffer.
protected abstract void Process(T input)
Parameters
input
T
Process the provided single input element input
. This method
is called sequentially for each value read from InputBuffer.
protected abstract void Process(T input)
input
T