using System.Collections.Generic;
static public void Main(string[] args)
var test = new Dictionary<int, string>();
Console.WriteLine(TEST.TestMethod(test));
static public string TestMethod( dynamic obj)
foreach (KeyValuePair<int, string> item in obj)
Console.WriteLine("Key: {0}, Value: {1}", item.Key, item.Value);