Exemple #1
0
        public static void BaseClassExample()
        {
            StringHandler stringHandler = new StringHandler("Hello World!");

            Console.WriteLine("\n");

            stringHandler.PrintXTimes("Extension Method", 5);
            Console.WriteLine("\n");
        }