多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
object、string也算类 | C# 类型关键字 | .NET 类型 | | --- | --- | | [`object`](https://learn.microsoft.com/zh-cn/dotnet/csharp/language-reference/builtin-types/reference-types#the-object-type) | [System.Object](https://learn.microsoft.com/zh-cn/dotnet/api/system.object) | | [`string`](https://learn.microsoft.com/zh-cn/dotnet/csharp/language-reference/builtin-types/reference-types#the-string-type) | [System.String](https://learn.microsoft.com/zh-cn/dotnet/api/system.string) | | [`dynamic`](https://learn.microsoft.com/zh-cn/dotnet/csharp/language-reference/builtin-types/reference-types#the-dynamic-type) | [System.Object](https://learn.microsoft.com/zh-cn/dotnet/api/system.object) |