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