How to pass an object of an anonymous type to a function in C#, by using the dynamic keyword.
If you are using LINQ and create a new anonymous type, this object can be passed to a function by using a parameter of type object. But if you, want to use the properties a