In C# what does where T : class mean?
where T : class
Ie.
public IList DoThis() where T : class
Here T refers to a Class.It can be a reference type.