"Generified DoSomething"
private static void DoSomething<T>(T o) { // Do something... }
Code snippet taken from
"Three Garbage Examples"
.