-1
試圖模仿這個帖子:Create Generic method constraining T to an Enum我可以在擴展方法中使用泛型T嗎?
public static string[] ToTextArray(this Dictionary<string, T> dictionary) where T:struct, IConvertible
{
...
}
看來我T
不能得到解決。爲所有Dictionary<string, enum_type>
類編寫擴展方法的正確方法是什麼?
哦,我的!我只需要另一雙眼睛來看看我的代碼。謝謝。 – Blaise 2014-09-04 13:26:19