日期:2014-05-17 浏览次数:20845 次
public object<string, string> demo(){ return null; }
public class myObject<TKey, TValue> { public TKey Key { get; set; } public TValue Value { get; set; } } public myObject<string, string> demo(){ return null; }