请问语法问题
public XSLTExtensionBase(Customer cust, int SkinID, Dictionary <string, EntityHelper> EntityHelpers){...}
请教Dictionary <string, EntityHelper> 是什么意思?是不是2005新增的?
------解决方案--------------------定义一个Dictionary泛型类型的字典,原型为Dictionary(Of TKey, TValue),具体的去看看范型就明白了。
------解决方案--------------------泛型
------解决方案--------------------范型 不是05才有的
------解决方案--------------------泛型
------解决方案--------------------一个泛型的集合
------解决方案--------------------你可以理解为强类型的Hashtable。