摘要:
1、泛型类 避免了类型膨胀和类成员膨胀 namespace Generic { internal class Program { static void Main(string[] args) { Apple apple=new Apple() { color="red"}; Book book=n 阅读全文
posted @ 2023-02-24 17:11
漂乎兮乎
阅读(16)
评论(0)
推荐(0)
摘要:
1、主程序 // See https://aka.ms/new-console-template for more information using BabyStoller.SDK; using System.Runtime.Loader; var folder = Path.Combine(En 阅读全文
posted @ 2023-02-24 13:57
漂乎兮乎
阅读(32)
评论(0)
推荐(0)