Colors.Green.DoSecond C# (CSharp) Method

DoSecond() public method

public DoSecond ( Green first ) : void
first Green
return void
        public void DoSecond(Green first)
        {
            ColorsOperator.Do(first, this);
        }

Same methods

Green::DoSecond ( Red first ) : void
Green::DoSecond ( Red red, Green green ) : void