public class test{}public class test3<T>{ public string saytype<T>(test3<T> o) { return o.GetType().ToString(); }}在主函數中這樣寫:test3<test> aa = new test3<test>();Console.WriteLine(aa.saytype(aa));輸入的是:test.test3`1[test.test]提問:其中輸出的`1是什么意思?
- 2 回答
- 0 關注
- 402 瀏覽
添加回答
舉報
0/150
提交
取消