using System; using System.Collections.Generic; class X { internal static Dictionary> Test = new Dictionary> { { typeof (int), metadata => "1" }, { typeof (uint), metadata => "2" }, }; public static void Main () { } }