UnaryVoidDelegate<T> typedef

UnaryVoidDelegate<T> = UnaryDelegate<void, T>

a typedef for an UnaryDelegate that returns a void

Implementation

typedef UnaryVoidDelegate<T> = UnaryDelegate<void, T>;