The return type GetSomeObject () will be an instance of some type. For example, here is what it might look like:
public Customer GetSomeObject() {
return new Customer("John", "Doe", 12345);
}
And then the code will say:
dynamic customer = GetSomeObject();
string s = customer.FirstName;
GetSomeObject() . Customer Product. ! , dynamic, , , , Reflection, . , . , .
Reflection, .
, Customer Product IDynamicObject, .