Colors.Utils.Processor.Process C# (CSharp) 메소드

Process() 공개 메소드

public Process ( Blue blue ) : void
blue Blue
리턴 void
        public void Process(Blue blue)
        {
            Console.WriteLine("1 blue");
        }

Same methods

Processor::Process ( Blue blue1, Blue blue2 ) : void
Processor::Process ( Red red ) : void
Processor::Process ( Red red1, Red red2 ) : void
Processor