请教泛型的使用

来源:互联网 发布:mac显示隐藏照片 编辑:程序博客网 时间:2024/05/07 21:14

private staticSortedDictionary<string, Custom> customers =

         newSortedDictionary<string, Custom>();

请问这句话是什么意思 Custom是定义的一个客户类