karelpeeters
08/23/2017, 10:11 PMNote that anonymous objects can be used as types only in local and private declarations. If you use an anonymous object as a return type of a public function or the type of a public property, the actual type of that function or property will be the declared supertype of the anonymous object, orif you didn't declare any supertype. Members added in the anonymous object will not be accessible.Any
groostav
08/23/2017, 10:16 PM