What does this C# syntax mean?

Posted by Bialecki on Stack Overflow See other posts from Stack Overflow or by Bialecki
Published on 2010-04-29T18:39:21Z Indexed on 2010/04/29 18:47 UTC
Read the original article Hit count: 273

Filed under:

I'm looking at the source code for the MvcContrib Grid and see the class declared as:

public class Grid<T> : IGrid<T> where T : class

What does the where T : class bit do?

© Stack Overflow or respective owner

Related posts about c#