In C# what does where T : class mean?
where T : class
Ie.
public IList<T> DoThis<T>() where T : class