Colors.Blue.Blue C# (CSharp) 메소드

Blue() 공개 메소드

public Blue ( ) : System
리턴 System
        public Blue()
        {
            Color = Color.Blue;
            Hash = DateTime.Now.GetHashCode();
        }

Same methods

Blue::Blue ( IColored blue ) : System