멀티캐스트 대리자 대리자 하나에 여러개 메소드를 넣는다. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace study12 { //대리자 선언 public delegate void GoHome(); class CarDriver { public static void GoLeft() { Console.WriteLine("좌회전"); } public static void GoRignt() { Console.WriteLine("우회전"); } public static void GoForward() { Console.WriteLine("앞으로..