1 // CS1061: Type `object' does not contain a definition for `Foo' and no extension method `Foo' of type `object' could be found. Are you missing an assembly reference?
4 using System
.Collections
.Generic
;
8 void M (IEnumerable
<KeyValuePair
<string, dynamic>> arg
)
10 foreach (KeyValuePair
<string, object> o
in arg
)