为 C# 重定义类型, 类似 C++ 的 typedef
摘要:在using xxx 的后面增加如下行 using MyList = System.Collections.Generic.List <(uint AppID, string Name, string Address, string AppDesc)>; 然后可以用 MyList list_a =
阅读全文
posted @ 2020-08-14 09:37
posted @ 2020-08-14 09:37