For example, there is some well-known user type (its name is in the project), which is cast to the object type.
Is it possible, without sorting the types, to understand which type is actually in object and make a cast to a real type?
Source: https://ru.stackoverflow.com/questions/608015/
All Articles
.GetType()tried? - RusArtdynamiclike thisdynamic myObj = method.getSomeObject();- Sublihim