Quantcast
Viewing all articles
Browse latest Browse all 10

Dynamic Types and DynamicObject References in C#

I've been working a bit with C# custom dynamic types for several customers recently and I've seen some confusion in understanding how dynamic types are referenced. This discussion specifically centers around types that implement IDynamicMetaObjectProvider or subclass from DynamicObject as opposed to arbitrary type casts of standard .NET types. IDynamicMetaObjectProvider types  are treated special when they are cast to the dynamic type. Assume for a second that I've created my own implementa

Viewing all articles
Browse latest Browse all 10

Trending Articles