コード例 #1
0
        public static void Main(string[] args)
        {
            Console.WriteLine(ImmutableHashSet.Create(1).First());

            int number = new BclAsyncUsage().GetNumber().Result;

            Console.WriteLine(number);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: wagnerhsu/nuget-il-repack
        public static void Main(string[] args)
        {
            Console.WriteLine(ImmutableHashSet.Create(1).First());

            int number = new BclAsyncUsage().GetNumber().Result;

            Console.WriteLine(number);

            // This app doesn't have any .xaml files, to reproduce the case when
            // the target library has
            WpfWindowStarter.ShowWindowWithControl();
        }