📜  什么是统一类型 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:11.109000             🧑  作者: Mango

代码示例1
Type t = typeof(String);

//this is a type used to refer to objects of that type I think
//useful for finding components or objects of a type