Пример #1
0
        static void Main(string[] args)
        {
            var implementations = ClassFactory.GetAllImplementationsOfIClass();

            foreach (var implementation in implementations)
            {
                Console.WriteLine(implementation);
            }
        }
 public void run_code_that_will_fail_with_tooling()
 {
     var implementations = ClassFactory.GetAllImplementationsOfIClass();
 }