C# dynamic类型

47 阅读1分钟

特点

与 object 类类似,但会跳过编译器检查

image.png

扩展类型

dynamic 通常与 ExpandoObject 复合使用

image.png