I am developing a C# application. I have this kind of generic method with a type parameter:
public abstract class StuffDoer { public abstract void DoStuff()