摘要:
using System; using System.Collections.Generic; namespace 泛型的基本使用练习 { class Program { static void Main(string[] args) { //泛型练习1 var a = "aa";var b = " 阅读全文
posted @ 2021-07-27 18:03
月长生
阅读(20)
评论(0)
推荐(0)
摘要:
using System; using System.Reflection; namespace _1_反射 { class Program { static void Main(string[] args) { Type t = typeof(Ss); foreach (object item i 阅读全文
posted @ 2021-07-27 17:50
月长生
阅读(22)
评论(0)
推荐(0)