myGenericFunction<S> function

void myGenericFunction <S>(int a, bool b, S c)

A generic function with a type parameter.