where T : class, new() 解析

Those are generic type constraints. In your case there are two of them:

where T : class

Means that the type T must be a reference type (not a value type).

where T : new()

Menu Item 快捷键

Menu Item 快捷键


  • % 代表 (ctrl/cmd)
  • # 代表 (shift)
  • & 代表 (alt)
  • _

此外还有LEFT, RIGHT, UP, DOWN, F1, F2, ..., F12, HOME, END, PGUP, PGDN